summaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAgeFilesLines
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-291-0/+3
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+8
|\
| * parse-options: add new function "usage_msg_opt"Christian Couder2009-05-311-0/+8
* | parse-opt: optionally show "--no-" option stringJohannes Schindelin2009-07-311-2/+4
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* | Merge branch 'sb/parse-options-integer'Junio C Hamano2009-06-181-36/+4
|\ \
| * | parse-options: simplify usage argh handlingStephen Boyd2009-06-061-29/+4
| * | parse-options: make OPT_INTEGER's argh explicitStephen Boyd2009-06-061-9/+2
| |/
* | parse-options: add parse_options_check to validate option specs.Pierre Habouzit2009-06-101-0/+24
|/
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-12/+24
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-4/+7
* Merge branch 'sb/show-branch-parse-options' into sb/opt-filenameJunio C Hamano2009-05-251-9/+17
|\
| * parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd2009-05-221-9/+17
* | parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-091-2/+27
* | parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-091-1/+25
* | parseopt: add OPT_NEGBITRené Scharfe2009-05-091-0/+8
|/
* parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe2009-03-091-0/+3
* parseopt: make usage optionalRené Scharfe2009-03-081-0/+3
* parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe2009-03-081-4/+6
* parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe2009-03-081-3/+9
* Make opt_parse_with_commit() non-staticJake Goulding2009-01-281-0/+17
* Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-0/+22
* Sync with 1.5.6.5Junio C Hamano2008-08-061-0/+12
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-061-0/+12
* | parse-options: fix segmentation fault when a required value is missingOlivier Marin2008-07-211-1/+1
* | parse-options.c: make check_typos() staticNanako Shiraishi2008-07-161-1/+1
* | 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