summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enhance --early-output formatLinus Torvalds2007-11-053-40/+119
* Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-043-0/+93
* Simplify topo-sort logicLinus Torvalds2007-11-044-126/+55
* 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
* | | | | git-clone: honor "--" to end argument parsingHeikki Orsila2007-11-032-2/+5
* | | | | git-svn: sort the options in the --help message.Benoit Sigoure2007-11-031-1/+1
* | | | | builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm2007-11-031-1/+1
* | | | | errors: "strict subset" -> "ancestor"J. Bruce Fields2007-11-033-9/+14
| |/ / / |/| | |
* | | | Merge branch 'maint'Junio C Hamano2007-11-027-15/+15
|\ \ \ \ | |/ / /
| * | | Fixing path quoting in git-rebaseJonathan del Strother2007-11-021-13/+13
| * | | Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano2007-11-021-3/+10
| |\ \ \
| * | | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-022-6/+6
| * | | | Documentation: quote commit messages consistently.Sergei Organov2007-11-023-7/+7
| * | | | Remove escaping of '|' in manpage option sectionsJonas Fonseca2007-11-022-2/+2
* | | | | Merge branch 'ph/parseopt'Junio C Hamano2007-11-0226-619/+938
|\ \ \ \ \
| * | | | | gc: use parse_optionsJames Bowes2007-11-021-22/+22
| * | | | | Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-301-1/+1
| * | | | | Make builtin-pack-refs.c use parse_options.Pierre Habouzit2007-10-291-27/+20
| * | | | | Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-291-39/+25
| * | | | | Make builtin-count-objects.c use parse_options.Pierre Habouzit2007-10-291-17/+15
| * | | | | Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-291-54/+26
| * | | | | Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-295-7/+7
| * | | | | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-292-77/+61