Age | Commit message (Expand) | Author | Files | Lines |
2014-03-24 | parse-options: make sure argh string does not have SP or _ | Junio C Hamano | 1 | -0/+3 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -4/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -6/+6 |
2013-07-30 | parse-options: add OPT_CMDMODE() | Junio C Hamano | 1 | -5/+53 |
2013-02-14 | Merge branch 'ef/non-ascii-parse-options-error-diag' | Junio C Hamano | 1 | -1/+4 |
2013-02-14 | Merge branch 'jx/utf8-printf-width' | Junio C Hamano | 1 | -2/+3 |
2013-02-11 | parse-options: report uncorrupted multi-byte options | Erik Faye-Lund | 1 | -1/+4 |
2013-02-11 | Add utf8_fprintf helper that returns correct number of columns | Jiang Xin | 1 | -2/+3 |
2012-12-15 | silence some -Wuninitialized false positives | Jeff King | 1 | -9/+9 |
2012-07-08 | git on Mac OS and precomposed unicode | Torsten Bögershausen | 1 | -0/+1 |
2012-05-08 | i18n: parseopt: lookup help and argument translations when showing usage | Nguyễn Thái Ngọc Duy | 1 | -8/+11 |
2012-03-04 | parse-options: typo check for unknown switches | René Scharfe | 1 | -0/+2 |
2012-02-28 | parse-options: remove PARSE_OPT_NEGHELP | René Scharfe | 1 | -4/+2 |
2012-02-26 | parse-options: allow positivation of options starting, with no- | René Scharfe | 1 | -10/+17 |
2011-09-27 | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 1 | -2/+2 |
2011-08-11 | Reduce parse-options.o dependencies | Dmitry Ivankov | 1 | -121/+0 |
2011-08-11 | parse-options: export opterr, optbug | Dmitry Ivankov | 1 | -2/+2 |
2011-06-22 | parse-options: add OPT_STRING_LIST helper | Jeff King | 1 | -0/+17 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -2/+2 |
2010-12-07 | parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION | Jonathan Nieder | 1 | -1/+2 |
2010-12-07 | parse-options: allow git commands to invent new option types | Jonathan Nieder | 1 | -0/+3 |
2010-12-07 | parse-options: never suppress arghelp if LITERAL_ARGHELP is set | Jonathan Nieder | 1 | -1/+2 |
2010-12-07 | parse-options: do not infer PARSE_OPT_NOARG from option type | Stephen Boyd | 1 | -17/+2 |
2010-12-07 | parse-options: sanity check PARSE_OPT_NOARG flag | Jonathan Nieder | 1 | -0/+13 |
2010-12-07 | parse-options: move NODASH sanity checks to parse_options_check | Jonathan Nieder | 1 | -7/+7 |
2010-12-07 | parse-options: clearer reporting of API misuse | Jonathan Nieder | 1 | -12/+11 |
2010-12-06 | parse-options: Don't call parse_options_check() so much | Stephen Boyd | 1 | -4/+3 |
2010-06-13 | parseopt: wrap rev-parse --parseopt usage for eval consumption | Thomas Rast | 1 | -14/+24 |
2010-05-31 | print the usage string on stdout instead of stderr | Giuseppe Scrivano | 1 | -31/+33 |
2010-03-06 | parse-options: add parse_options_concat() to concat options | Junio C Hamano | 1 | -0/+15 |
2010-02-18 | Add an optional argument for --color options | Mark Lodato | 1 | -0/+16 |
2010-01-20 | Merge branch 'jc/symbol-static' | Junio C Hamano | 1 | -2/+5 |
2010-01-12 | parse-options.c: mark file-local function static | Junio C Hamano | 1 | -2/+5 |
2009-12-04 | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 1 | -0/+7 |
2009-09-29 | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 1 | -0/+3 |
2009-08-21 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -0/+8 |
2009-07-31 | parse-opt: optionally show "--no-" option string | Johannes Schindelin | 1 | -2/+4 |
2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
2009-06-18 | Merge branch 'sb/parse-options-integer' | Junio C Hamano | 1 | -36/+4 |
2009-06-10 | parse-options: add parse_options_check to validate option specs. | Pierre Habouzit | 1 | -0/+24 |
2009-06-06 | parse-options: simplify usage argh handling | Stephen Boyd | 1 | -29/+4 |
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 |