aboutsummaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAge
* Make opt_parse_with_commit() non-staticJake Goulding2009-01-28
* Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-14
* Sync with 1.5.6.5Junio C Hamano2008-08-06
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-06
* | parse-options: fix segmentation fault when a required value is missingOlivier Marin2008-07-21
* | parse-options.c: make check_typos() staticNanako Shiraishi2008-07-16
* | Merge branch 'mv/merge-in-c'Junio C Hamano2008-07-15
|\ \
| * | Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna2008-06-30
* | | parse-options: add PARSE_OPT_LASTARG_DEFAULT flagPierre Habouzit2008-07-09
* | | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit2008-06-30
* | | parse-opt: fake short strings for callers to believe in.Pierre Habouzit2008-06-30
* | | parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit2008-06-30
* | | parse-opt: create parse_options_step.Pierre Habouzit2008-06-30
* | | parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit2008-06-30
* | | parse-opt: have parse_options_{start,end}.Pierre Habouzit2008-06-30
|/ /
* | Merge branch 'maint'Junio C Hamano2008-06-22
|\ \ | |/
| * parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-22
* | avoid whitespace on empty line in automatic usage messageJeff King2008-06-14
|/
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-10
|\
| * Fix documentation syntax of optional arguments in short options.Carlos Rica2008-04-10
* | parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-27
* | Merge branch 'js/remote'Junio C Hamano2008-03-11
|\ \
| * | parseopt: add flag to stop on first non optionJohannes Schindelin2008-03-01
| |/
* | parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-02
|/
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-26
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-22
* parse-options: Allow to hide options from the default usage.Pierre Habouzit2007-11-22
* parse-options new features.Pierre Habouzit2007-11-11
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-05
* 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
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-29
* Add a simple option parser.Pierre Habouzit2007-10-29