summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre5-28/+29
2007-11-05sideband.c: ESC is spelled '\033' not '\e' for portability.Libravatar Nicolas Pitre1-1/+1
2007-11-05Split off the pretty print stuff into its own fileLibravatar Johannes Schindelin3-719/+724
2007-11-04Fix an infinite loop in sq_quote_buf().Libravatar Johannes Sixt2-1/+8
2007-11-04clean: require -f to do damage by defaultLibravatar Junio C Hamano4-9/+22
2007-11-04format-patch: Test --[no-]numbered and format.numberedLibravatar Brian Gernhardt1-0/+106
2007-11-04format-patch: Add configuration and off switch for --numberedLibravatar Brian Gernhardt3-5/+32
2007-11-04fix display overlap between remote and local progressLibravatar Nicolas Pitre1-14/+37
2007-11-04Merge branch 'jc/format-patch-encoding'Libravatar Junio C Hamano8-9/+66
2007-11-04Merge branch 'jc/revert-merge'Libravatar Junio C Hamano5-8/+181
2007-11-04Merge branch 'ss/mailsplit'Libravatar Junio C Hamano3-0/+15
2007-11-04Merge branch 'np/pack'Libravatar Junio C Hamano3-7/+34
2007-11-04Merge branch 'jn/gitweb'Libravatar Junio C Hamano2-66/+187
2007-11-04Merge branch 'np/fetch'Libravatar Junio C Hamano1-54/+60
2007-11-03Merge branch 'maint'Libravatar Junio C Hamano3-5/+6
2007-11-03git-reset: do not be confused if there is nothing to resetLibravatar Johannes Schindelin2-6/+25
2007-11-03git-clone: honor "--" to end argument parsingLibravatar Heikki Orsila2-2/+5
2007-11-03RelNotes-1.5.3.5: fix typoLibravatar David D Kilzer1-2/+2
2007-11-03git-svn: sort the options in the --help message.Libravatar Benoit Sigoure1-1/+1
2007-11-03builtin-fetch: Add "-q" as a synonym for "--quiet"Libravatar Steven Grimm1-1/+1
2007-11-03Delay pager setup in git blameLibravatar Mike Hommey1-3/+3
2007-11-03git-cvsimport: really convert underscores in branch names to dots with -uLibravatar Gerrit Pape1-0/+1
2007-11-03errors: "strict subset" -> "ancestor"Libravatar J. Bruce Fields3-9/+14
2007-11-02git-fetch: more terse fetch outputLibravatar Nicolas Pitre1-54/+60
2007-11-02gitweb: Use config file for repository description and URLsLibravatar Jakub Narebski1-2/+8
2007-11-02gitweb: Read repo config using 'git config -z -l'Libravatar Jakub Narebski1-7/+108
2007-11-02gitweb: Add tests for overriding gitweb config with repo configLibravatar Jakub Narebski1-0/+23
2007-11-02test format-patch -s: make sure MIME content type is shown as neededLibravatar Junio C Hamano1-0/+42
2007-11-02cherry-pick/revert -m: add testsLibravatar Junio C Hamano1-0/+123
2007-11-02Merge branch 'maint'Libravatar Junio C Hamano7-15/+15
2007-11-02Merge branch 'ph/parseopt'Libravatar Junio C Hamano26-619/+938
2007-11-02Merge branch 'np/progress'Libravatar Junio C Hamano13-138/+276
2007-11-02Fixing path quoting in git-rebaseLibravatar Jonathan del Strother1-13/+13
2007-11-02Merge branch 'br/gccfix'Libravatar Junio C Hamano1-1/+1
2007-11-02Merge branch 'gp/maint-diffdoc'Libravatar Junio C Hamano2-9/+13
2007-11-02Merge branch 'bk/maint-cvsexportcommit' into maintLibravatar Junio C Hamano1-3/+10
2007-11-02Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Libravatar Kristian Høgsberg2-6/+6
2007-11-02Documentation: quote commit messages consistently.Libravatar Sergei Organov3-7/+7
2007-11-02Remove escaping of '|' in manpage option sectionsLibravatar Jonas Fonseca2-2/+2
2007-11-02transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableLibravatar Blake Ramsdell1-1/+1
2007-11-02git-p4: Detect changes to executable bit and include them in p4 submit.Libravatar Chris Pettitt1-0/+44
2007-11-02git-p4: Add a helper function to parse the full git diff-tree output.Libravatar Chris Pettitt1-4/+45
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputLibravatar Simon Sasburg3-0/+15
2007-11-02pack-objects: get rid of an ugly castLibravatar Nicolas Pitre1-6/+6
2007-11-02make the pack index version configurableLibravatar Nicolas Pitre3-0/+28
2007-11-02gc: use parse_optionsLibravatar James Bowes1-22/+22
2007-11-02gitweb: Use href(-replay=>1, action=>...) to generate alternate viewsLibravatar Jakub Narebski1-18/+11
2007-11-02gitweb: Use href(-replay=>1, page=>...) to generate pagination linksLibravatar Jakub Narebski1-29/+15
2007-11-02gitweb: Easier adding/changing parameters to current URLLibravatar Jakub Narebski1-0/+9
2007-11-02gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testLibravatar Jakub Narebski1-1/+0