summaryrefslogtreecommitdiff
path: root/parse-options.h
Commit message (Expand)AuthorAgeFilesLines
* i18n: mark "style" in OPT_COLUMN() for translationNguyễn Thái Ngọc Duy2012-08-201-1/+1
* i18n: parseopt: lookup help and argument translations when showing usageNguyễn Thái Ngọc Duy2012-05-081-11/+14
* Merge branch 'nd/columns'Junio C Hamano2012-05-031-0/+2
|\
| * Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+2
* | parse-options: remove PARSE_OPT_NEGHELPrs/no-no-no-parseoptRené Scharfe2012-02-281-4/+0
|/
* parseopt: add OPT_NOOP_NOARGRené Scharfe2011-09-281-0/+6
* parse-options: deprecate OPT_BOOLEANJunio C Hamano2011-09-271-2/+8
* parse-options: export opterr, optbugDmitry Ivankov2011-08-111-0/+2
* parse-options: add OPT_STRING_LIST helperJeff King2011-06-221-0/+4
* Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
* Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-121-2/+9
|\
| * parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTIONJonathan Nieder2010-12-071-0/+1
| * parse-options: allow git commands to invent new option typesJonathan Nieder2010-12-071-1/+7
| * parse-options: Don't call parse_options_check() so muchStephen Boyd2010-12-061-1/+1
* | add OPT__FORCERené Scharfe2010-11-151-0/+1
* | add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* | add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
|/
* parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder2010-08-241-1/+1
* Merge branch 'gs/usage-to-stdout'Junio C Hamano2010-06-211-1/+2
|\
| * parseopt: wrap rev-parse --parseopt usage for eval consumptionThomas Rast2010-06-131-0/+1
* | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-3/+3
|/
* parse-options: add parse_options_concat() to concat optionsJunio C Hamano2010-03-061-0/+1
* Add an optional argument for --color optionsMark Lodato2010-02-181-0/+7
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-3/+0
|\
| * parse-options.c: mark file-local function staticJunio C Hamano2010-01-121-3/+0
* | Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-041-0/+3
|/
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+4
|\
| * parse-options: add new function "usage_msg_opt"Christian Couder2009-05-311-0/+4
* | parse-opt: optionally show "--no-" option stringJohannes Schindelin2009-07-311-0/+4
* | Merge branch 'sb/parse-options-integer'Junio C Hamano2009-06-181-8/+14
|\ \
| * | parse-options: simplify usage argh handlingStephen Boyd2009-06-061-7/+13
| * | 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