summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-44/+30
* Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-72/+54
* Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+49
* Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit2007-11-051-45/+56
* Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit2007-11-051-18/+21
* Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit2007-11-051-18/+30
* Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit2007-11-052-2/+200
* Merge branch 'maint'Junio C Hamano2007-11-057-9/+108
|\
| * Remove a couple of duplicated includeMarco Costalba2007-11-052-2/+0
| * grep with unmerged indexJunio C Hamano2007-11-051-1/+1
| * Merge branch 'gp/maint-diffdoc' into maintJunio C Hamano2007-11-052-9/+13
| |\
| * | git-daemon: fix remote port number in log entryGerrit Pape2007-11-051-2/+2
| * | git-svn: t9114: verify merge commit message in testEric Wong2007-11-051-0/+5
| * | git-svn: fix dcommit clobbering when committing a series of diffsEric Wong2007-11-052-4/+100
* | | Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska2007-11-051-4/+4
* | | Some better parse-options documentation.Pierre Habouzit2007-11-051-2/+35
* | | gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-051-1/+1
* | | t3502: Disambiguate between file and rev by adding --Brian Gernhardt2007-11-051-4/+4
* | | Add more tests for git-cleanShawn Bohrer2007-11-051-0/+105
* | | Use parseopts in builtin-pushDaniel Barkalow2007-11-051-52/+36
* | | Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-053-719/+724
* | | Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-042-1/+8
* | | Merge branch 'jc/format-patch-encoding'Junio C Hamano2007-11-048-9/+66
|\ \ \
| * | | test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano2007-11-021-0/+42
| * | | format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-017-9/+24
* | | | Merge branch 'jc/revert-merge'Junio C Hamano2007-11-045-8/+181
|\ \ \ \
| * | | | cherry-pick/revert -m: add testsJunio C Hamano2007-11-021-0/+123
| * | | | revert/cherry-pick: work on merge commits as wellJunio C Hamano2007-10-264-9/+64
* | | | | Merge branch 'ss/mailsplit'Junio C Hamano2007-11-043-0/+15
|\ \ \ \ \
| * | | | | Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg2007-11-023-0/+15
| | |/ / / | |/| | |
* | | | | Merge branch 'np/pack'Junio C Hamano2007-11-043-7/+34
|\ \ \ \ \
| * | | | | pack-objects: get rid of an ugly castNicolas Pitre2007-11-021-6/+6
| * | | | | make the pack index version configurableNicolas Pitre2007-11-023-0/+28
| |/ / / /
* | | | | Merge branch 'jn/gitweb'Junio C Hamano2007-11-042-66/+187
|\ \ \ \ \
| * | | | | gitweb: Use config file for repository description and URLsJakub Narebski2007-11-021-2/+8
| * | | | | gitweb: Read repo config using 'git config -z -l'Jakub Narebski2007-11-021-7/+108
| * | | | | gitweb: Add tests for overriding gitweb config with repo configJakub Narebski2007-11-021-0/+23
| * | | | | gitweb: Use href(-replay=>1, action=>...) to generate alternate viewsJakub Narebski2007-11-021-18/+11
| * | | | | gitweb: Use href(-replay=>1, page=>...) to generate pagination linksJakub Narebski2007-11-021-29/+15
| * | | | | gitweb: Easier adding/changing parameters to current URLJakub Narebski2007-11-021-0/+9
| * | | | | gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testJakub Narebski2007-11-021-1/+0
| * | | | | gitweb: Add 'status_str' to parse_difftree_raw_line outputJakub Narebski2007-11-011-2/+3
| * | | | | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_lineJakub Narebski2007-11-011-7/+10
| |/ / / /
* | | | | Merge branch 'np/fetch'Junio C Hamano2007-11-041-54/+60
|\ \ \ \ \
| * | | | | git-fetch: more terse fetch outputNicolas Pitre2007-11-021-54/+60
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-033-5/+6
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | RelNotes-1.5.3.5: fix typoDavid D Kilzer2007-11-031-2/+2
| * | | | | Delay pager setup in git blameMike Hommey2007-11-031-3/+3
| * | | | | git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape2007-11-031-0/+1
* | | | | | git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-032-6/+25