summaryrefslogtreecommitdiff
path: root/parse-options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+37
* Add shortcuts for very often used options.Pierre Habouzit2007-10-291-0/+21
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-291-8/+37
* Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-291-25/+22
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-291-5/+68
* Add a simple option parser.Pierre Habouzit2007-10-291-0/+167