Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
| * | | | | | | relax usage of the progress API | Nicolas Pitre | 2007-10-30 | 5 | -38/+20 | |
| * | | | | | | make struct progress an opaque type | Nicolas Pitre | 2007-10-30 | 7 | -45/+57 | |
| * | | | | | | prune-packed: don't call display_progress() for every file | Nicolas Pitre | 2007-10-30 | 1 | -2/+3 | |
| * | | | | | | Stop displaying "Pack pack-$ID created." during git-gc | Shawn O. Pearce | 2007-10-19 | 1 | -3/+0 | |
| * | | | | | | Teach prune-packed to use the standard progress meter | Shawn O. Pearce | 2007-10-19 | 1 | -4/+11 | |
| * | | | | | | Change 'Deltifying objects' to 'Compressing objects' | Shawn O. Pearce | 2007-10-18 | 1 | -1/+1 | |
| * | | | | | | fix for more minor memory leaks | Nicolas Pitre | 2007-10-17 | 1 | -0/+4 | |
| * | | | | | | fix const issues with some functions | Nicolas Pitre | 2007-10-17 | 4 | -7/+8 | |
| * | | | | | | pack-objects.c: fix some global variable abuse and memory leaks | Nicolas Pitre | 2007-10-17 | 2 | -23/+29 | |
| * | | | | | | pack-objects: no delta possible with only one object in the list | Nicolas Pitre | 2007-10-17 | 1 | -1/+1 | |
| * | | | | | | cope with multiple line breaks within sideband progress messages | Nicolas Pitre | 2007-10-17 | 1 | -2/+17 | |
| * | | | | | | more compact progress display | Nicolas Pitre | 2007-10-17 | 6 | -50/+39 | |
* | | | | | | | Merge branch 'br/gccfix' | Junio C Hamano | 2007-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable | Blake Ramsdell | 2007-11-02 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'gp/maint-diffdoc' | Junio C Hamano | 2007-11-02 | 2 | -9/+13 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | git-diff.txt: add section "output format" describing the diff formats | Gerrit Pape | 2007-11-01 | 2 | -9/+13 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-01 | 4 | -6/+6 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | git-format-patch.txt: fix explanation of an example. | Sergei Organov | 2007-11-01 | 1 | -1/+1 | |
| * | | | | | git-filter-branch.txt: fix a typo. | Sergei Organov | 2007-11-01 | 1 | -1/+1 | |
| * | | | | | git-clone.txt: Improve --depth description. | Ralf Wildenhues | 2007-11-01 | 1 | -3/+3 | |
| * | | | | | gitweb: Update config file example for snapshot feature in gitweb/INSTALL | Jakub Narebski | 2007-11-01 | 1 | -1/+1 | |
* | | | | | | Merge branch 'bk/maint-cvsexportcommit' | Junio C Hamano | 2007-11-01 | 1 | -3/+10 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | cvsexportcommit: fix for commits that do not have parents | Brad King | 2007-10-31 | 1 | -3/+10 | |
| |/ / / / | ||||||
* | | | | | Do no colorify test output if stdout is not a terminal | Alex Riesen | 2007-11-01 | 1 | -0/+1 | |
* | | | | | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 13 | -367/+331 | |
|\ \ \ \ \ |