aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape2007-11-03
* | | | | | git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-03
* | | | | | git-clone: honor "--" to end argument parsingHeikki Orsila2007-11-03
* | | | | | git-svn: sort the options in the --help message.Benoit Sigoure2007-11-03
* | | | | | builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm2007-11-03
* | | | | | errors: "strict subset" -> "ancestor"J. Bruce Fields2007-11-03
| |/ / / / |/| | | |
* | | | | Merge branch 'maint'Junio C Hamano2007-11-02
|\ \ \ \ \ | |/ / / /
| * | | | Fixing path quoting in git-rebaseJonathan del Strother2007-11-02
| * | | | Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano2007-11-02
| |\ \ \ \
| * | | | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-02
| * | | | | Documentation: quote commit messages consistently.Sergei Organov2007-11-02
| * | | | | Remove escaping of '|' in manpage option sectionsJonas Fonseca2007-11-02
* | | | | | Merge branch 'ph/parseopt'Junio C Hamano2007-11-02
|\ \ \ \ \ \
| * | | | | | gc: use parse_optionsJames Bowes2007-11-02
| * | | | | | Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-30
| * | | | | | Make builtin-pack-refs.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-count-objects.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-29
| * | | | | | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-29
| * | | | | | Make builtin-revert.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-29
| * | | | | | Make builtin-branch.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-29
| * | | | | | Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-29
| * | | | | | Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-29
| * | | | | | parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-29
| * | | | | | parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-29
| * | | | | | Add shortcuts for very often used options.Pierre Habouzit2007-10-29
| * | | | | | parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-29
| * | | | | | Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-29
| * | | | | | Add tests for parse-options.cJohannes Schindelin2007-10-29
| * | | | | | parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-29
| * | | | | | Add a simple option parser.Pierre Habouzit2007-10-29
* | | | | | | Merge branch 'np/progress'Junio C Hamano2007-11-02
|\ \ \ \ \ \ \
| * | | | | | | Show total transferred as part of throughput progressNicolas Pitre2007-11-01
| * | | | | | | make sure throughput display gets updated even if progress doesn't moveNicolas Pitre2007-11-01
| * | | | | | | return the prune-packed progress display to the inner loopNicolas Pitre2007-11-01
| * | | | | | | add throughput display to git-pushNicolas Pitre2007-10-30
| * | | | | | | add some copyright notice to the progress display codeNicolas Pitre2007-10-30
| * | | | | | | add throughput display to index-packNicolas Pitre2007-10-30
| * | | | | | | add throughput to progress displayNicolas Pitre2007-10-30
| * | | | | | | relax usage of the progress APINicolas Pitre2007-10-30
| * | | | | | | make struct progress an opaque typeNicolas Pitre2007-10-30
| * | | | | | | prune-packed: don't call display_progress() for every fileNicolas Pitre2007-10-30
| * | | | | | | Stop displaying "Pack pack-$ID created." during git-gcShawn O. Pearce2007-10-19
| * | | | | | | Teach prune-packed to use the standard progress meterShawn O. Pearce2007-10-19