| Commit message (Expand) | Author | Age |
* | parse-options.c: make OPTION_COUNTUP respect "unspecified" values | Pranit Bauva | 2016-05-05 |
* | parse-options: allow -h as a short option | René Scharfe | 2015-11-20 |
* | parse-options: inline parse_options_usage() at its only remaining caller | René Scharfe | 2015-11-20 |
* | parse-options: deduplicate parse_options_usage() calls | René Scharfe | 2015-11-20 |
* | parse-options: move unsigned long option parsing out of pack-objects.c | Charles Bailey | 2015-06-22 |
* | Merge branch 'jc/parseopt-verify-short-name' | Junio C Hamano | 2014-09-19 |
|\ |
|
| * | parse-options: detect attempt to add a duplicate short option name | Junio C Hamano | 2014-09-04 |
* | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 |
|/ |
|
* | Merge branch 'mr/opt-set-ptr' | Junio C Hamano | 2014-04-08 |
|\ |
|
| * | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 2014-03-31 |
* | | parse-options: make sure argh string does not have SP or _ | Junio C Hamano | 2014-03-24 |
* | | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 2014-03-10 |
|/ |
|
* | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | parse-options: add OPT_CMDMODE() | Junio C Hamano | 2013-07-30 |
* | Merge branch 'ef/non-ascii-parse-options-error-diag' | Junio C Hamano | 2013-02-14 |
|\ |
|
| * | parse-options: report uncorrupted multi-byte options | Erik Faye-Lund | 2013-02-11 |
* | | Merge branch 'jx/utf8-printf-width' | Junio C Hamano | 2013-02-14 |
|\ \ |
|
| * | | Add utf8_fprintf helper that returns correct number of columns | Jiang Xin | 2013-02-11 |
| |/ |
|
* | | silence some -Wuninitialized false positives | Jeff King | 2012-12-15 |
|/ |
|
* | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 |
* | i18n: parseopt: lookup help and argument translations when showing usage | Nguyễn Thái Ngọc Duy | 2012-05-08 |
* | parse-options: typo check for unknown switches | René Scharfe | 2012-03-04 |
* | parse-options: remove PARSE_OPT_NEGHELP | René Scharfe | 2012-02-28 |
* | parse-options: allow positivation of options starting, with no- | René Scharfe | 2012-02-26 |
* | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 2011-09-27 |
* | Reduce parse-options.o dependencies | Dmitry Ivankov | 2011-08-11 |
* | parse-options: export opterr, optbug | Dmitry Ivankov | 2011-08-11 |
* | parse-options: add OPT_STRING_LIST helper | Jeff King | 2011-06-22 |
* | Fix sparse warnings | Stephen Boyd | 2011-03-22 |
* | parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION | Jonathan Nieder | 2010-12-07 |
* | parse-options: allow git commands to invent new option types | Jonathan Nieder | 2010-12-07 |
* | parse-options: never suppress arghelp if LITERAL_ARGHELP is set | Jonathan Nieder | 2010-12-07 |
* | parse-options: do not infer PARSE_OPT_NOARG from option type | Stephen Boyd | 2010-12-07 |
* | parse-options: sanity check PARSE_OPT_NOARG flag | Jonathan Nieder | 2010-12-07 |
* | parse-options: move NODASH sanity checks to parse_options_check | Jonathan Nieder | 2010-12-07 |
* | parse-options: clearer reporting of API misuse | Jonathan Nieder | 2010-12-07 |
* | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 2010-12-06 |
* | parseopt: wrap rev-parse --parseopt usage for eval consumption | Thomas Rast | 2010-06-13 |
* | print the usage string on stdout instead of stderr | Giuseppe Scrivano | 2010-05-31 |
* | parse-options: add parse_options_concat() to concat options | Junio C Hamano | 2010-03-06 |
* | Add an optional argument for --color options | Mark Lodato | 2010-02-18 |
* | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 |
|\ |
|
| * | parse-options.c: mark file-local function static | Junio C Hamano | 2010-01-12 |
* | | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 2009-12-04 |
|/ |
|
* | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 |
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 |
|\ |
|
| * | parse-options: add new function "usage_msg_opt" | Christian Couder | 2009-05-31 |
* | | parse-opt: optionally show "--no-" option string | Johannes Schindelin | 2009-07-31 |
* | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 |
* | | Merge branch 'sb/parse-options-integer' | Junio C Hamano | 2009-06-18 |
|\ \ |
|