summaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'mv/merge-in-c'Junio C Hamano2008-07-151-6/+0
|\ \
| * | Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna2008-06-301-6/+0
* | | parse-options: add PARSE_OPT_LASTARG_DEFAULT flagPierre Habouzit2008-07-091-28/+27
* | | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit2008-06-301-0/+1
* | | parse-opt: fake short strings for callers to believe in.Pierre Habouzit2008-06-301-0/+11
* | | parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit2008-06-301-13/+30
* | | parse-opt: create parse_options_step.Pierre Habouzit2008-06-301-39/+52
* | | parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit2008-06-301-7/+17
* | | parse-opt: have parse_options_{start,end}.Pierre Habouzit2008-06-301-30/+39
|/ /
* | Merge branch 'maint'Junio C Hamano2008-06-221-3/+12
|\ \ | |/
| * parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-221-3/+12
* | avoid whitespace on empty line in automatic usage messageJeff King2008-06-141-2/+6
|/
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-101-1/+1
|\
| * Fix documentation syntax of optional arguments in short options.Carlos Rica2008-04-101-1/+1
* | parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-271-0/+7
* | Merge branch 'js/remote'Junio C Hamano2008-03-111-0/+2
|\ \
| * | parseopt: add flag to stop on first non optionJohannes Schindelin2008-03-011-0/+2
| |/
* | parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-7/+19
|/
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-261-2/+28
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-221-3/+3
* parse-options: Allow to hide options from the default usage.Pierre Habouzit2007-11-221-2/+15
* parse-options new features.Pierre Habouzit2007-11-111-17/+44
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-12/+21
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-291-1/+9
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+37
* Add shortcuts for very often used options.Pierre Habouzit2007-10-291-0/+21
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-291-8/+37
* Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-291-25/+22
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-291-5/+68
* Add a simple option parser.Pierre Habouzit2007-10-291-0/+167