summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-06Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit
2007-11-06Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit
2007-11-06Merge branch 'maint'Junio C Hamano
2007-11-06Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska
2007-11-06Remove a couple of duplicated includeMarco Costalba
2007-11-06grep with unmerged indexJunio C Hamano
2007-11-06Merge branch 'gp/maint-diffdoc' into maintJunio C Hamano
2007-11-06Some better parse-options documentation.Pierre Habouzit
2007-11-06git-daemon: fix remote port number in log entryGerrit Pape
2007-11-06gc: --prune prunes unreferenced objects.Junio C Hamano
2007-11-05t3502: Disambiguate between file and rev by adding --Brian Gernhardt
2007-11-05Add more tests for git-cleanShawn Bohrer
2007-11-05Use parseopts in builtin-pushDaniel Barkalow
2007-11-05git-svn: t9114: verify merge commit message in testEric Wong
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin
2007-11-04Fix an infinite loop in sq_quote_buf().Johannes Sixt
2007-11-04Merge branch 'jc/format-patch-encoding'Junio C Hamano
2007-11-04Merge branch 'jc/revert-merge'Junio C Hamano
2007-11-04Merge branch 'ss/mailsplit'Junio C Hamano
2007-11-04Merge branch 'np/pack'Junio C Hamano
2007-11-04Merge branch 'jn/gitweb'Junio C Hamano
2007-11-04Merge branch 'np/fetch'Junio C Hamano
2007-11-04Merge branch 'maint'Junio C Hamano
2007-11-04git-reset: do not be confused if there is nothing to resetJohannes Schindelin
2007-11-04git-clone: honor "--" to end argument parsingHeikki Orsila
2007-11-04RelNotes-1.5.3.5: fix typoDavid D Kilzer
2007-11-04git-svn: sort the options in the --help message.Benoit Sigoure
2007-11-04builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm
2007-11-04Delay pager setup in git blameMike Hommey
2007-11-04git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape
2007-11-04errors: "strict subset" -> "ancestor"J. Bruce Fields
2007-11-03git-fetch: more terse fetch outputNicolas Pitre
2007-11-03gitweb: Use config file for repository description and URLsJakub Narebski
2007-11-03gitweb: Read repo config using 'git config -z -l'Jakub Narebski
2007-11-03gitweb: Add tests for overriding gitweb config with repo configJakub Narebski
2007-11-03test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano
2007-11-03cherry-pick/revert -m: add testsJunio C Hamano
2007-11-02Merge branch 'maint'Junio C Hamano
2007-11-02Merge branch 'ph/parseopt'Junio C Hamano
2007-11-02Merge branch 'np/progress'Junio C Hamano
2007-11-02Fixing path quoting in git-rebaseJonathan del Strother
2007-11-02Merge branch 'br/gccfix'Junio C Hamano
2007-11-02Merge branch 'gp/maint-diffdoc'Junio C Hamano
2007-11-02Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano
2007-11-02Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg
2007-11-02Documentation: quote commit messages consistently.Sergei Organov
2007-11-02Remove escaping of '|' in manpage option sectionsJonas Fonseca
2007-11-02transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg