aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jk/terse-push' into aw/mirror-pushJunio C Hamano2007-11-09
|\
| * send-pack: segfault fix on forced pushJunio C Hamano2007-11-08
| * send-pack: require --verbose to show update of tracking refsJeff King2007-11-05
| * receive-pack: don't mention successful updatesJeff King2007-11-05
| * more terse push outputJeff King2007-11-05
* | Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-06
* | Build in ls-remoteDaniel Barkalow2007-11-05
* | Use built-in send-pack.Daniel Barkalow2007-11-02
|/
* Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-02
* Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-02
* Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
* Merge branch 'maint'Junio C Hamano2007-11-02
|\
| * Fixing path quoting in git-rebaseJonathan del Strother2007-11-02
| * Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano2007-11-02
| |\
| * | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-02
| * | Documentation: quote commit messages consistently.Sergei Organov2007-11-02
| * | Remove escaping of '|' in manpage option sectionsJonas Fonseca2007-11-02
* | | Merge branch 'ph/parseopt'Junio C Hamano2007-11-02
|\ \ \
| * | | gc: use parse_optionsJames Bowes2007-11-02
| * | | Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-30
| * | | Make builtin-pack-refs.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-count-objects.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-29
| * | | Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-29
| * | | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-29
| * | | Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-29
| * | | Make builtin-revert.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-29
| * | | Make builtin-branch.c use parse_options.Pierre Habouzit2007-10-29
| * | | Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-29
| * | | Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-29
| * | | Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-29
| * | | parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-29
| * | | parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-29
| * | | Add shortcuts for very often used options.Pierre Habouzit2007-10-29
| * | | parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-29
| * | | Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-29
| * | | Add tests for parse-options.cJohannes Schindelin2007-10-29
| * | | parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-29
| * | | Add a simple option parser.Pierre Habouzit2007-10-29
* | | | Merge branch 'np/progress'Junio C Hamano2007-11-02
|\ \ \ \
| * | | | Show total transferred as part of throughput progressNicolas Pitre2007-11-01
| * | | | make sure throughput display gets updated even if progress doesn't moveNicolas Pitre2007-11-01
| * | | | return the prune-packed progress display to the inner loopNicolas Pitre2007-11-01
| * | | | add throughput display to git-pushNicolas Pitre2007-10-30
| * | | | add some copyright notice to the progress display codeNicolas Pitre2007-10-30
| * | | | add throughput display to index-packNicolas Pitre2007-10-30
| * | | | add throughput to progress displayNicolas Pitre2007-10-30