Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line | Jakub Narebski | 2007-11-01 | 1 | -7/+10 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'np/fetch' | Junio C Hamano | 2007-11-04 | 1 | -54/+60 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-fetch: more terse fetch output | Nicolas Pitre | 2007-11-02 | 1 | -54/+60 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-03 | 3 | -5/+6 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | RelNotes-1.5.3.5: fix typo | David D Kilzer | 2007-11-03 | 1 | -2/+2 | |
| * | | | | | Delay pager setup in git blame | Mike Hommey | 2007-11-03 | 1 | -3/+3 | |
| * | | | | | git-cvsimport: really convert underscores in branch names to dots with -u | Gerrit Pape | 2007-11-03 | 1 | -0/+1 | |
* | | | | | | git-reset: do not be confused if there is nothing to reset | Johannes Schindelin | 2007-11-03 | 2 | -6/+25 | |
* | | | | | | git-clone: honor "--" to end argument parsing | Heikki Orsila | 2007-11-03 | 2 | -2/+5 | |
* | | | | | | git-svn: sort the options in the --help message. | Benoit Sigoure | 2007-11-03 | 1 | -1/+1 | |
* | | | | | | builtin-fetch: Add "-q" as a synonym for "--quiet" | Steven Grimm | 2007-11-03 | 1 | -1/+1 | |
* | | | | | | errors: "strict subset" -> "ancestor" | J. Bruce Fields | 2007-11-03 | 3 | -9/+14 | |
| |/ / / / |/| | | | | ||||||
* | | | | | 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 |