summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-292-77/+61
| * | | | | Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit2007-10-291-34/+18
| * | | | | Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-291-40/+25
| * | | | | Make builtin-revert.c use parse_options.Pierre Habouzit2007-10-291-37/+30
| * | | | | Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-291-41/+29
| * | | | | Make builtin-branch.c use parse_options.Pierre Habouzit2007-10-291-95/+52
| * | | | | Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-291-49/+35
| * | | | | Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-291-31/+23
| * | | | | Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-291-46/+27
| * | | | | parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-292-1/+10
| * | | | | parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-292-0/+60
| * | | | | Add shortcuts for very often used options.Pierre Habouzit2007-10-292-0/+32
| * | | | | parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-292-8/+53
| * | | | | Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-291-25/+22
| * | | | | Add tests for parse-options.cJohannes Schindelin2007-10-294-1/+107
| * | | | | parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-292-9/+79
| * | | | | Add a simple option parser.Pierre Habouzit2007-10-293-2/+204
* | | | | | Merge branch 'np/progress'Junio C Hamano2007-11-0213-138/+276
|\ \ \ \ \ \
| * | | | | | Show total transferred as part of throughput progressNicolas Pitre2007-11-011-3/+26
| * | | | | | make sure throughput display gets updated even if progress doesn't moveNicolas Pitre2007-11-011-0/+3
| * | | | | | return the prune-packed progress display to the inner loopNicolas Pitre2007-11-011-2/+1
| * | | | | | add throughput display to git-pushNicolas Pitre2007-10-303-1/+13
| * | | | | | add some copyright notice to the progress display codeNicolas Pitre2007-10-301-0/+10
| * | | | | | add throughput display to index-packNicolas Pitre2007-10-301-1/+5
| * | | | | | add throughput to progress displayNicolas Pitre2007-10-302-4/+77
| * | | | | | relax usage of the progress APINicolas Pitre2007-10-305-38/+20
| * | | | | | make struct progress an opaque typeNicolas Pitre2007-10-307-45/+57
| * | | | | | prune-packed: don't call display_progress() for every fileNicolas Pitre2007-10-301-2/+3
| * | | | | | Stop displaying "Pack pack-$ID created." during git-gcShawn O. Pearce2007-10-191-3/+0
| * | | | | | Teach prune-packed to use the standard progress meterShawn O. Pearce2007-10-191-4/+11
| * | | | | | Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce2007-10-181-1/+1
| * | | | | | fix for more minor memory leaksNicolas Pitre2007-10-171-0/+4
| * | | | | | fix const issues with some functionsNicolas Pitre2007-10-174-7/+8
| * | | | | | pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre2007-10-172-23/+29
| * | | | | | pack-objects: no delta possible with only one object in the listNicolas Pitre2007-10-171-1/+1
| * | | | | | cope with multiple line breaks within sideband progress messagesNicolas Pitre2007-10-171-2/+17
| * | | | | | more compact progress displayNicolas Pitre2007-10-176-50/+39
* | | | | | | Merge branch 'br/gccfix'Junio C Hamano2007-11-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell2007-11-021-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'gp/maint-diffdoc'Junio C Hamano2007-11-022-9/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | git-diff.txt: add section "output format" describing the diff formatsGerrit Pape2007-11-012-9/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'maint'Junio C Hamano2007-11-014-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | git-format-patch.txt: fix explanation of an example.Sergei Organov2007-11-011-1/+1
| * | | | | git-filter-branch.txt: fix a typo.Sergei Organov2007-11-011-1/+1
| * | | | | git-clone.txt: Improve --depth description.Ralf Wildenhues2007-11-011-3/+3
| * | | | | gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski2007-11-011-1/+1
* | | | | | Merge branch 'bk/maint-cvsexportcommit'Junio C Hamano2007-11-011-3/+10
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cvsexportcommit: fix for commits that do not have parentsBrad King2007-10-311-3/+10
| |/ / / /
* | | | | Do no colorify test output if stdout is not a terminalAlex Riesen2007-11-011-0/+1
* | | | | Merge branch 'js/forkexec'Junio C Hamano2007-11-0113-367/+331
|\ \ \ \ \