| Commit message (Expand) | Author | Age | Files | Lines |
* | parse-options: add parse_options_concat() to concat options | Junio C Hamano | 2010-03-06 | 1 | -0/+15 |
* | Add an optional argument for --color options | Mark Lodato | 2010-02-18 | 1 | -0/+16 |
* | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 | 1 | -2/+5 |
|\ |
|
| * | parse-options.c: mark file-local function static | Junio C Hamano | 2010-01-12 | 1 | -2/+5 |
* | | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 2009-12-04 | 1 | -0/+7 |
|/ |
|
* | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 | 1 | -0/+3 |
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -0/+8 |
|\ |
|
| * | parse-options: add new function "usage_msg_opt" | Christian Couder | 2009-05-31 | 1 | -0/+8 |
* | | parse-opt: optionally show "--no-" option string | Johannes Schindelin | 2009-07-31 | 1 | -2/+4 |
* | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 1 | -1/+1 |
* | | Merge branch 'sb/parse-options-integer' | Junio C Hamano | 2009-06-18 | 1 | -36/+4 |
|\ \ |
|
| * | | parse-options: simplify usage argh handling | Stephen Boyd | 2009-06-06 | 1 | -29/+4 |
| * | | parse-options: make OPT_INTEGER's argh explicit | Stephen Boyd | 2009-06-06 | 1 | -9/+2 |
| |/ |
|
* | | parse-options: add parse_options_check to validate option specs. | Pierre Habouzit | 2009-06-10 | 1 | -0/+24 |
|/ |
|
* | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 1 | -12/+24 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -4/+7 |
* | Merge branch 'sb/show-branch-parse-options' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 1 | -9/+17 |
|\ |
|
| * | parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's | Stephen Boyd | 2009-05-22 | 1 | -9/+17 |
* | | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 1 | -2/+27 |
* | | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 1 | -1/+25 |
* | | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 1 | -0/+8 |
|/ |
|
* | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 2009-03-09 | 1 | -0/+3 |
* | parseopt: make usage optional | René Scharfe | 2009-03-08 | 1 | -0/+3 |
* | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 2009-03-08 | 1 | -4/+6 |
* | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 2009-03-08 | 1 | -3/+9 |
* | Make opt_parse_with_commit() non-static | Jake Goulding | 2009-01-28 | 1 | -0/+17 |
* | Teach/Fix pull/fetch -q/-v options | Tuncer Ayaz | 2008-11-14 | 1 | -0/+22 |
* | Sync with 1.5.6.5 | Junio C Hamano | 2008-08-06 | 1 | -0/+12 |
|\ |
|
| * | Files given on the command line are relative to $cwd | Junio C Hamano | 2008-08-06 | 1 | -0/+12 |
* | | parse-options: fix segmentation fault when a required value is missing | Olivier Marin | 2008-07-21 | 1 | -1/+1 |
* | | parse-options.c: make check_typos() static | Nanako Shiraishi | 2008-07-16 | 1 | -1/+1 |
* | | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 | 1 | -6/+0 |
|\ \ |
|
| * | | Move parse-options's skip_prefix() to git-compat-util.h | Miklos Vajna | 2008-06-30 | 1 | -6/+0 |
* | | | parse-options: add PARSE_OPT_LASTARG_DEFAULT flag | Pierre Habouzit | 2008-07-09 | 1 | -28/+27 |
* | | | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. | Pierre Habouzit | 2008-06-30 | 1 | -0/+1 |
* | | | parse-opt: fake short strings for callers to believe in. | Pierre Habouzit | 2008-06-30 | 1 | -0/+11 |
* | | | parse-opt: do not print errors on unknown options, return -2 intead. | Pierre Habouzit | 2008-06-30 | 1 | -13/+30 |
* | | | parse-opt: create parse_options_step. | Pierre Habouzit | 2008-06-30 | 1 | -39/+52 |
* | | | parse-opt: Export a non NORETURN usage dumper. | Pierre Habouzit | 2008-06-30 | 1 | -7/+17 |
* | | | parse-opt: have parse_options_{start,end}. | Pierre Habouzit | 2008-06-30 | 1 | -30/+39 |
|/ / |
|
* | | Merge branch 'maint' | Junio C Hamano | 2008-06-22 | 1 | -3/+12 |
|\ \
| |/ |
|
| * | parse-options.c: fix documentation syntax of optional arguments | Michele Ballabio | 2008-06-22 | 1 | -3/+12 |
* | | avoid whitespace on empty line in automatic usage message | Jeff King | 2008-06-14 | 1 | -2/+6 |
|/ |
|
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-10 | 1 | -1/+1 |
|\ |
|
| * | Fix documentation syntax of optional arguments in short options. | Carlos Rica | 2008-04-10 | 1 | -1/+1 |
* | | parse-options.c: introduce OPT_DATE | Michele Ballabio | 2008-03-27 | 1 | -0/+7 |
* | | Merge branch 'js/remote' | Junio C Hamano | 2008-03-11 | 1 | -0/+2 |
|\ \ |
|
| * | | parseopt: add flag to stop on first non option | Johannes Schindelin | 2008-03-01 | 1 | -0/+2 |
| |/ |
|
* | | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 2008-03-02 | 1 | -7/+19 |
|/ |
|
* | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 2008-01-26 | 1 | -2/+28 |