summaryrefslogtreecommitdiff
path: root/parse-options.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | parse-options: make OPT_INTEGER's argh explicitStephen Boyd2009-06-061-1/+1
| |/
* | show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2009-06-091-2/+5
|/
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-2/+3
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-2/+4
* Merge branch 'sb/show-branch-parse-options' into sb/opt-filenameJunio C Hamano2009-05-251-0/+4
|\
| * parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd2009-05-221-0/+4
* | parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-091-2/+6
* | parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-091-0/+4
* | parseopt: add OPT_NEGBITRené Scharfe2009-05-091-0/+2
|/
* Fix typos / spelling in commentsMike Ralphson2009-04-221-4/+4
* parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2009-03-081-0/+1
* parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2009-03-081-0/+1
* Make opt_parse_with_commit() non-staticJake Goulding2009-01-281-0/+1
* Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-0/+6
* Sync with 1.5.6.5Junio C Hamano2008-08-061-0/+2
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-061-0/+2
* | parse-options: add PARSE_OPT_LASTARG_DEFAULT flagPierre Habouzit2008-07-091-0/+1
* | 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/+5
* | parse-opt: create parse_options_step.Pierre Habouzit2008-06-301-0/+4
* | parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit2008-06-301-0/+9
* | parse-opt: have parse_options_{start,end}.Pierre Habouzit2008-06-301-0/+16
|/
* parse-options.c: introduce OPT_DATEMichele Ballabio2008-03-271-0/+4
* Merge branch 'js/remote'Junio C Hamano2008-03-111-0/+1
|\
| * parseopt: add flag to stop on first non optionJohannes Schindelin2008-03-011-0/+1
* | parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+2
|/
* parse-options: Allow to hide options from the default usage.Pierre Habouzit2007-11-221-0/+3
* parse-options new features.Pierre Habouzit2007-11-111-1/+14
* Some better parse-options documentation.Pierre Habouzit2007-11-051-2/+35
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-291-0/+1
* Add shortcuts for very often used options.Pierre Habouzit2007-10-291-0/+11
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-291-0/+16
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-291-4/+11
* Add a simple option parser.Pierre Habouzit2007-10-291-0/+35