summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/parseopt'Junio C Hamano2007-11-0226-619/+938
|\
| * gc: use parse_optionsJames Bowes2007-11-021-22/+22
| * Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-301-1/+1
| * Make builtin-pack-refs.c use parse_options.Pierre Habouzit2007-10-291-27/+20
| * Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-291-39/+25
| * Make builtin-count-objects.c use parse_options.Pierre Habouzit2007-10-291-17/+15
| * Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-291-54/+26
| * Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-295-7/+7
| * 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
|\ \ \ \ | |/ / /