summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-023-2/+14
* War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-024-5/+70
* Merge branch 'maint'Junio C Hamano2007-11-027-15/+15
|\
| * Fixing path quoting in git-rebaseJonathan del Strother2007-11-021-13/+13
| * Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano2007-11-021-3/+10
| |\
| * | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-022-6/+6
| * | Documentation: quote commit messages consistently.Sergei Organov2007-11-023-7/+7
| * | Remove escaping of '|' in manpage option sectionsJonas Fonseca2007-11-022-2/+2
* | | 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