| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/terse-push' into aw/mirror-push | Junio C Hamano | 2007-11-09 | 3 | -22/+109 |
|\ |
|
| * | send-pack: segfault fix on forced push | Junio C Hamano | 2007-11-08 | 2 | -2/+45 |
| * | send-pack: require --verbose to show update of tracking refs | Jeff King | 2007-11-05 | 1 | -1/+2 |
| * | receive-pack: don't mention successful updates | Jeff King | 2007-11-05 | 1 | -4/+0 |
| * | more terse push output | Jeff King | 2007-11-05 | 1 | -17/+64 |
* | | Reteach builtin-ls-remote to understand remotes | Shawn O. Pearce | 2007-11-06 | 2 | -1/+57 |
* | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 5 | -9/+9 |
* | | Use built-in send-pack. | Daniel Barkalow | 2007-11-02 | 1 | -41/+10 |
|/ |
|
* | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 5 | -37/+64 |
* | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-02 | 4 | -30/+30 |
* | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 | 9 | -33/+57 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-02 | 7 | -15/+15 |
|\ |
|
| * | Fixing path quoting in git-rebase | Jonathan del Strother | 2007-11-02 | 1 | -13/+13 |
| * | Merge branch 'bk/maint-cvsexportcommit' into maint | Junio C Hamano | 2007-11-02 | 1 | -3/+10 |
| |\ |
|
| * | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites. | Kristian Høgsberg | 2007-11-02 | 2 | -6/+6 |
| * | | Documentation: quote commit messages consistently. | Sergei Organov | 2007-11-02 | 3 | -7/+7 |
| * | | Remove escaping of '|' in manpage option sections | Jonas Fonseca | 2007-11-02 | 2 | -2/+2 |
* | | | Merge branch 'ph/parseopt' | Junio C Hamano | 2007-11-02 | 26 | -619/+938 |
|\ \ \ |
|
| * | | | gc: use parse_options | James Bowes | 2007-11-02 | 1 | -22/+22 |
| * | | | Fixed a command line option type for builtin-fsck.c | Emil Medve | 2007-10-30 | 1 | -1/+1 |
| * | | | Make builtin-pack-refs.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -27/+20 |
| * | | | Make builtin-name-rev.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -39/+25 |
| * | | | Make builtin-count-objects.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -17/+15 |
| * | | | Make builtin-fsck.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -54/+26 |
| * | | | Update manpages to reflect new short and long option aliases | Jonas Fonseca | 2007-10-29 | 5 | -7/+7 |
| * | | | Make builtin-for-each-ref.c use parse-opts. | Pierre Habouzit | 2007-10-29 | 2 | -77/+61 |
| * | | | Make builtin-symbolic-ref.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -34/+18 |
| * | | | Make builtin-update-ref.c use parse_options | Pierre Habouzit | 2007-10-29 | 1 | -40/+25 |
| * | | | Make builtin-revert.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -37/+30 |
| * | | | Make builtin-describe.c use parse_options | Pierre Habouzit | 2007-10-29 | 1 | -41/+29 |
| * | | | Make builtin-branch.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -95/+52 |
| * | | | Make builtin-mv.c use parse-options | Pierre Habouzit | 2007-10-29 | 1 | -49/+35 |
| * | | | Make builtin-rm.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -31/+23 |
| * | | | Port builtin-add.c to use the new option parser. | Kristian Høgsberg | 2007-10-29 | 1 | -46/+27 |
| * | | | parse-options: allow callbacks to take no arguments at all. | Pierre Habouzit | 2007-10-29 | 2 | -1/+10 |
| * | | | parse-options: Allow abbreviated options when unambiguous | Johannes Schindelin | 2007-10-29 | 2 | -0/+60 |
| * | | | Add shortcuts for very often used options. | Pierre Habouzit | 2007-10-29 | 2 | -0/+32 |
| * | | | parse-options: make some arguments optional, add callbacks. | Pierre Habouzit | 2007-10-29 | 2 | -8/+53 |
| * | | | Rework make_usage to print the usage message immediately | Alex Riesen | 2007-10-29 | 1 | -25/+22 |
| * | | | Add tests for parse-options.c | Johannes Schindelin | 2007-10-29 | 4 | -1/+107 |
| * | | | parse-options: be able to generate usages automatically | Pierre Habouzit | 2007-10-29 | 2 | -9/+79 |
| * | | | Add a simple option parser. | Pierre Habouzit | 2007-10-29 | 3 | -2/+204 |
* | | | | Merge branch 'np/progress' | Junio C Hamano | 2007-11-02 | 13 | -138/+276 |
|\ \ \ \ |
|
| * | | | | Show total transferred as part of throughput progress | Nicolas Pitre | 2007-11-01 | 1 | -3/+26 |
| * | | | | make sure throughput display gets updated even if progress doesn't move | Nicolas Pitre | 2007-11-01 | 1 | -0/+3 |
| * | | | | return the prune-packed progress display to the inner loop | Nicolas Pitre | 2007-11-01 | 1 | -2/+1 |
| * | | | | add throughput display to git-push | Nicolas Pitre | 2007-10-30 | 3 | -1/+13 |
| * | | | | add some copyright notice to the progress display code | Nicolas Pitre | 2007-10-30 | 1 | -0/+10 |
| * | | | | add throughput display to index-pack | Nicolas Pitre | 2007-10-30 | 1 | -1/+5 |
| * | | | | add throughput to progress display | Nicolas Pitre | 2007-10-30 | 2 | -4/+77 |