aboutsummaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAge
* 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
|/
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* 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
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* | 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
| |/
* | parse-options: add parse_options_check to validate option specs.Pierre Habouzit2009-06-10
|/
* 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
|/
* parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe2009-03-09
* parseopt: make usage optionalRené Scharfe2009-03-08
* 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: 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