Age | Commit message (Expand) | Author | Files | Lines |
2009-06-06 | parse-options: make OPT_INTEGER's argh explicit | Stephen Boyd | 1 | -9/+2 |
2009-05-31 | parse-options: add new function "usage_msg_opt" | Christian Couder | 1 | -0/+8 |
2009-05-25 | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 1 | -12/+24 |
2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -4/+7 |
2009-05-25 | Merge branch 'sb/show-branch-parse-options' into sb/opt-filename | Junio C Hamano | 1 | -9/+17 |
2009-05-22 | parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's | Stephen Boyd | 1 | -9/+17 |
2009-05-09 | parseopt: add PARSE_OPT_NODASH | René Scharfe | 1 | -2/+27 |
2009-05-09 | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 1 | -1/+25 |
2009-05-09 | parseopt: add OPT_NEGBIT | René Scharfe | 1 | -0/+8 |
2009-03-09 | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 1 | -0/+3 |
2009-03-08 | parseopt: make usage optional | René Scharfe | 1 | -0/+3 |
2009-03-08 | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 1 | -4/+6 |
2009-03-08 | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 1 | -3/+9 |
2009-01-28 | Make opt_parse_with_commit() non-static | Jake Goulding | 1 | -0/+17 |
2008-11-14 | Teach/Fix pull/fetch -q/-v options | Tuncer Ayaz | 1 | -0/+22 |
2008-08-06 | Sync with 1.5.6.5 | Junio C Hamano | 1 | -0/+12 |
2008-08-06 | Files given on the command line are relative to $cwd | Junio C Hamano | 1 | -0/+12 |
2008-07-21 | parse-options: fix segmentation fault when a required value is missing | Olivier Marin | 1 | -1/+1 |
2008-07-16 | parse-options.c: make check_typos() static | Nanako Shiraishi | 1 | -1/+1 |
2008-07-15 | Merge branch 'mv/merge-in-c' | Junio C Hamano | 1 | -6/+0 |
2008-07-09 | parse-options: add PARSE_OPT_LASTARG_DEFAULT flag | Pierre Habouzit | 1 | -28/+27 |
2008-06-30 | Move parse-options's skip_prefix() to git-compat-util.h | Miklos Vajna | 1 | -6/+0 |
2008-06-30 | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. | Pierre Habouzit | 1 | -0/+1 |
2008-06-30 | parse-opt: fake short strings for callers to believe in. | Pierre Habouzit | 1 | -0/+11 |
2008-06-30 | parse-opt: do not print errors on unknown options, return -2 intead. | Pierre Habouzit | 1 | -13/+30 |
2008-06-30 | parse-opt: create parse_options_step. | Pierre Habouzit | 1 | -39/+52 |
2008-06-30 | parse-opt: Export a non NORETURN usage dumper. | Pierre Habouzit | 1 | -7/+17 |
2008-06-30 | parse-opt: have parse_options_{start,end}. | Pierre Habouzit | 1 | -30/+39 |
2008-06-22 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+12 |
2008-06-22 | parse-options.c: fix documentation syntax of optional arguments | Michele Ballabio | 1 | -3/+12 |
2008-06-14 | avoid whitespace on empty line in automatic usage message | Jeff King | 1 | -2/+6 |
2008-04-10 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+1 |
2008-04-10 | Fix documentation syntax of optional arguments in short options. | Carlos Rica | 1 | -1/+1 |
2008-03-27 | parse-options.c: introduce OPT_DATE | Michele Ballabio | 1 | -0/+7 |
2008-03-11 | Merge branch 'js/remote' | Junio C Hamano | 1 | -0/+2 |
2008-03-02 | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 1 | -7/+19 |
2008-03-01 | parseopt: add flag to stop on first non option | Johannes Schindelin | 1 | -0/+2 |
2008-01-26 | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 1 | -2/+28 |
2007-12-22 | Force the sticked form for options with optional arguments. | Pierre Habouzit | 1 | -3/+3 |
2007-11-22 | parse-options: Allow to hide options from the default usage. | Pierre Habouzit | 1 | -2/+15 |
2007-11-11 | parse-options new features. | Pierre Habouzit | 1 | -17/+44 |
2007-11-05 | parse-options: abbreviation engine fix. | Johannes Schindelin | 1 | -12/+21 |
2007-10-29 | parse-options: allow callbacks to take no arguments at all. | Pierre Habouzit | 1 | -1/+9 |
2007-10-29 | parse-options: Allow abbreviated options when unambiguous | Johannes Schindelin | 1 | -0/+37 |
2007-10-29 | Add shortcuts for very often used options. | Pierre Habouzit | 1 | -0/+21 |
2007-10-29 | parse-options: make some arguments optional, add callbacks. | Pierre Habouzit | 1 | -8/+37 |
2007-10-29 | Rework make_usage to print the usage message immediately | Alex Riesen | 1 | -25/+22 |
2007-10-29 | parse-options: be able to generate usages automatically | Pierre Habouzit | 1 | -5/+68 |
2007-10-29 | Add a simple option parser. | Pierre Habouzit | 1 | -0/+167 |