summaryrefslogtreecommitdiffstats
path: root/parse-options.c
AgeCommit message (Expand)AuthorLines
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds-1/+1
2009-06-18Merge branch 'sb/parse-options-integer'Junio C Hamano-36/+4
2009-06-10parse-options: add parse_options_check to validate option specs.Pierre Habouzit-0/+24
2009-06-06parse-options: simplify usage argh handlingStephen Boyd-29/+4
2009-06-06parse-options: make OPT_INTEGER's argh explicitStephen Boyd-9/+2
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd-12/+24
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd-4/+7
2009-05-25Merge branch 'sb/show-branch-parse-options' into sb/opt-filenameJunio C Hamano-9/+17
2009-05-22parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd-9/+17
2009-05-09parseopt: add PARSE_OPT_NODASHRené Scharfe-2/+27
2009-05-09parseopt: add OPT_NUMBER_CALLBACKRené Scharfe-1/+25
2009-05-09parseopt: add OPT_NEGBITRené Scharfe-0/+8
2009-03-09parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used togetherRené Scharfe-0/+3
2009-03-08parseopt: make usage optionalRené Scharfe-0/+3
2009-03-08parseopt: add PARSE_OPT_NO_INTERNAL_HELPRené Scharfe-4/+6
2009-03-08parseopt: add PARSE_OPT_KEEP_UNKNOWNRené Scharfe-3/+9
2009-01-28Make opt_parse_with_commit() non-staticJake Goulding-0/+17
2008-11-14Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz-0/+22
2008-08-06Sync with 1.5.6.5Junio C Hamano-0/+12
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano-0/+12
2008-07-21parse-options: fix segmentation fault when a required value is missingOlivier Marin-1/+1
2008-07-16parse-options.c: make check_typos() staticNanako Shiraishi-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano-6/+0
2008-07-09parse-options: add PARSE_OPT_LASTARG_DEFAULT flagPierre Habouzit-28/+27
2008-06-30Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna-6/+0
2008-06-30parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit-0/+1
2008-06-30parse-opt: fake short strings for callers to believe in.Pierre Habouzit-0/+11
2008-06-30parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit-13/+30
2008-06-30parse-opt: create parse_options_step.Pierre Habouzit-39/+52
2008-06-30parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit-7/+17
2008-06-30parse-opt: have parse_options_{start,end}.Pierre Habouzit-30/+39
2008-06-22Merge branch 'maint'Junio C Hamano-3/+12
2008-06-22parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio-3/+12
2008-06-14avoid whitespace on empty line in automatic usage messageJeff King-2/+6
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica-1/+1
2008-03-27parse-options.c: introduce OPT_DATEMichele Ballabio-0/+7
2008-03-11Merge branch 'js/remote'Junio C Hamano-0/+2
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit-7/+19
2008-03-01parseopt: add flag to stop on first non optionJohannes Schindelin-0/+2
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit-2/+28
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit-3/+3
2007-11-22parse-options: Allow to hide options from the default usage.Pierre Habouzit-2/+15
2007-11-11parse-options new features.Pierre Habouzit-17/+44
2007-11-05parse-options: abbreviation engine fix.Johannes Schindelin-12/+21
2007-10-29parse-options: allow callbacks to take no arguments at all.Pierre Habouzit-1/+9
2007-10-29parse-options: Allow abbreviated options when unambiguousJohannes Schindelin-0/+37
2007-10-29Add shortcuts for very often used options.Pierre Habouzit-0/+21
2007-10-29parse-options: make some arguments optional, add callbacks.Pierre Habouzit-8/+37
2007-10-29Rework make_usage to print the usage message immediatelyAlex Riesen-25/+22