summaryrefslogtreecommitdiff
path: root/parse-options.c
AgeCommit message (Expand)Author
2008-08-06Sync with 1.5.6.5Junio C Hamano
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano
2008-07-22parse-options: fix segmentation fault when a required value is missingOlivier Marin
2008-07-16parse-options.c: make check_typos() staticNanako Shiraishi
2008-07-16Merge branch 'mv/merge-in-c'Junio C Hamano
2008-07-09parse-options: add PARSE_OPT_LASTARG_DEFAULT flagPierre Habouzit
2008-07-01Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna
2008-06-30parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit
2008-06-30parse-opt: fake short strings for callers to believe in.Pierre Habouzit
2008-06-30parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit
2008-06-30parse-opt: create parse_options_step.Pierre Habouzit
2008-06-30parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit
2008-06-30parse-opt: have parse_options_{start,end}.Pierre Habouzit
2008-06-23Merge branch 'maint'Junio C Hamano
2008-06-23parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio
2008-06-14avoid whitespace on empty line in automatic usage messageJeff King
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica
2008-03-27parse-options.c: introduce OPT_DATEMichele Ballabio
2008-03-12Merge branch 'js/remote'Junio C Hamano
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit
2008-03-01parseopt: add flag to stop on first non optionJohannes Schindelin
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit
2007-11-23parse-options: Allow to hide options from the default usage.Pierre Habouzit
2007-11-12parse-options new features.Pierre Habouzit
2007-11-06parse-options: abbreviation engine fix.Johannes Schindelin
2007-10-30parse-options: allow callbacks to take no arguments at all.Pierre Habouzit
2007-10-30parse-options: Allow abbreviated options when unambiguousJohannes Schindelin
2007-10-30Add shortcuts for very often used options.Pierre Habouzit
2007-10-30parse-options: make some arguments optional, add callbacks.Pierre Habouzit
2007-10-30Rework make_usage to print the usage message immediatelyAlex Riesen
2007-10-30parse-options: be able to generate usages automaticallyPierre Habouzit
2007-10-30Add a simple option parser.Pierre Habouzit