aboutsummaryrefslogtreecommitdiff
path: root/parse-options.h
Commit message (Expand)AuthorAge
...
* | add OPT__FORCERené Scharfe2010-11-15
* | add description parameter to OPT__QUIETRené Scharfe2010-11-15
* | add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-15
|/
* parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder2010-08-24
* Merge branch 'gs/usage-to-stdout'Junio C Hamano2010-06-21
|\
| * parseopt: wrap rev-parse --parseopt usage for eval consumptionThomas Rast2010-06-13
* | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
|/
* parse-options: add parse_options_concat() to concat optionsJunio C Hamano2010-03-06
* Add an optional argument for --color optionsMark Lodato2010-02-18
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-20
|\
| * parse-options.c: mark file-local function staticJunio C Hamano2010-01-12
* | Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-04
|/
* Merge branch 'cc/replace'Junio C Hamano2009-08-21
|\
| * parse-options: add new function "usage_msg_opt"Christian Couder2009-05-31
* | parse-opt: optionally show "--no-" option stringJohannes Schindelin2009-07-31
* | Merge branch 'sb/parse-options-integer'Junio C Hamano2009-06-18
|\ \
| * | parse-options: simplify usage argh handlingStephen Boyd2009-06-06
| * | parse-options: make OPT_INTEGER's argh explicitStephen Boyd2009-06-06
| |/
* | show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2009-06-09
|/
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* Merge branch 'sb/show-branch-parse-options' into sb/opt-filenameJunio C Hamano2009-05-25
|\
| * parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd2009-05-22
* | parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-09
* | parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-09
* | parseopt: add OPT_NEGBITRené Scharfe2009-05-09
|/
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2009-03-08
* parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2009-03-08
* 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: 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: 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
|/
* 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: Allow to hide options from the default usage.Pierre Habouzit2007-11-22
* parse-options new features.Pierre Habouzit2007-11-11
* Some better parse-options documentation.Pierre Habouzit2007-11-05
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-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