| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro' | Junio C Hamano | 2014-06-06 | 1 | -2/+2 |
|\ |
|
| * | let clang use the constant-return error() macrojk/squelch-compiler-warning-from-funny-error-macro | Jeff King | 2014-05-06 | 1 | -1/+1 |
| * | inline constant return from error() function | Jeff King | 2014-05-06 | 1 | -1/+1 |
* | | Merge branch 'mr/opt-set-ptr' | Junio C Hamano | 2014-04-08 | 1 | -4/+1 |
|\ \ |
|
| * | | parse-options: remove unused OPT_SET_PTRmr/opt-set-ptr | Marat Radchenko | 2014-03-31 | 1 | -4/+1 |
| * | | parse-options: add cast to correct pointer type to OPT_SET_PTR | Junio C Hamano | 2014-03-31 | 1 | -1/+1 |
| |/ |
|
* | | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 2014-03-24 | 1 | -1/+1 |
|/ |
|
* | parse-options: remove OPT_BOOLEANnd/remove-opt-boolean | Nguyễn Thái Ngọc Duy | 2013-12-09 | 1 | -7/+4 |
* | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | 1 | -3/+2 |
|\ |
|
| * | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 2013-08-05 | 1 | -3/+2 |
* | | Merge branch 'jc/parseopt-command-modes' | Junio C Hamano | 2013-09-04 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | parse-options: add OPT_CMDMODE() | Junio C Hamano | 2013-07-30 | 1 | -0/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2013-08-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | parse-options: fix clang opterror() -Wunused-value warning | Eric Sunshine | 2013-08-09 | 1 | -1/+1 |
* | | Merge branch 'jc/prune-all' | Junio C Hamano | 2013-05-29 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 2013-04-25 | 1 | -0/+4 |
* | | fix clang -Wunused-value warnings for error functions | Max Horn | 2013-01-16 | 1 | -1/+1 |
* | | silence some -Wuninitialized false positives | Jeff King | 2012-12-15 | 1 | -0/+4 |
|/ |
|
* | i18n: mark "style" in OPT_COLUMN() for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -1/+1 |
* | i18n: parseopt: lookup help and argument translations when showing usage | Nguyễn Thái Ngọc Duy | 2012-05-08 | 1 | -11/+14 |
* | Merge branch 'nd/columns' | Junio C Hamano | 2012-05-03 | 1 | -0/+2 |
|\ |
|
| * | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -0/+2 |
* | | parse-options: remove PARSE_OPT_NEGHELPrs/no-no-no-parseopt | René Scharfe | 2012-02-28 | 1 | -4/+0 |
|/ |
|
* | parseopt: add OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -0/+6 |
* | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 2011-09-27 | 1 | -2/+8 |
* | parse-options: export opterr, optbug | Dmitry Ivankov | 2011-08-11 | 1 | -0/+2 |
* | parse-options: add OPT_STRING_LIST helper | Jeff King | 2011-06-22 | 1 | -0/+4 |
* | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
* | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 2010-12-12 | 1 | -2/+9 |
|\ |
|
| * | parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION | Jonathan Nieder | 2010-12-07 | 1 | -0/+1 |
| * | parse-options: allow git commands to invent new option types | Jonathan Nieder | 2010-12-07 | 1 | -1/+7 |
| * | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 2010-12-06 | 1 | -1/+1 |
* | | add OPT__FORCE | René Scharfe | 2010-11-15 | 1 | -0/+1 |
* | | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
|/ |
|
* | parse-options: clarify PARSE_OPT_NOARG description | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 |
* | Merge branch 'gs/usage-to-stdout' | Junio C Hamano | 2010-06-21 | 1 | -1/+2 |
|\ |
|
| * | parseopt: wrap rev-parse --parseopt usage for eval consumption | Thomas Rast | 2010-06-13 | 1 | -0/+1 |
* | | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -3/+3 |
|/ |
|
* | parse-options: add parse_options_concat() to concat options | Junio C Hamano | 2010-03-06 | 1 | -0/+1 |
* | Add an optional argument for --color options | Mark Lodato | 2010-02-18 | 1 | -0/+7 |
* | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 | 1 | -3/+0 |
|\ |
|
| * | parse-options.c: mark file-local function static | Junio C Hamano | 2010-01-12 | 1 | -3/+0 |
* | | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 2009-12-04 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -0/+4 |
|\ |
|
| * | parse-options: add new function "usage_msg_opt" | Christian Couder | 2009-05-31 | 1 | -0/+4 |
* | | parse-opt: optionally show "--no-" option string | Johannes Schindelin | 2009-07-31 | 1 | -0/+4 |
* | | Merge branch 'sb/parse-options-integer' | Junio C Hamano | 2009-06-18 | 1 | -8/+14 |
|\ \ |
|
| * | | parse-options: simplify usage argh handling | Stephen Boyd | 2009-06-06 | 1 | -7/+13 |