summaryrefslogtreecommitdiffstats
path: root/parse-options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano1-0/+12
2008-06-22parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio1-3/+12
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica1-1/+1
2008-03-27parse-options.c: introduce OPT_DATEMichele Ballabio1-0/+7
2008-03-11Merge branch 'js/remote'Junio C Hamano1-0/+2
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit1-7/+19
2008-03-01parseopt: add flag to stop on first non optionJohannes Schindelin1-0/+2
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit1-2/+28
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit1-3/+3
2007-11-22parse-options: Allow to hide options from the default usage.Pierre Habouzit1-2/+15
2007-11-11parse-options new features.Pierre Habouzit1-17/+44
2007-11-05parse-options: abbreviation engine fix.Johannes Schindelin1-12/+21
2007-10-29parse-options: allow callbacks to take no arguments at all.Pierre Habouzit1-1/+9
2007-10-29parse-options: Allow abbreviated options when unambiguousJohannes Schindelin1-0/+37
2007-10-29Add shortcuts for very often used options.Pierre Habouzit1-0/+21
2007-10-29parse-options: make some arguments optional, add callbacks.Pierre Habouzit1-8/+37
2007-10-29Rework make_usage to print the usage message immediatelyAlex Riesen1-25/+22
2007-10-29parse-options: be able to generate usages automaticallyPierre Habouzit1-5/+68
2007-10-29Add a simple option parser.Pierre Habouzit1-0/+167