Age | Commit message (Expand) | Author | Files | Lines |
2018-06-11 | completion: collapse extra --no-.. options | Nguyễn Thái Ngọc Duy | 1 | -18/+54 |
2018-05-29 | parse-options: option to let --git-completion-helper show negative form | Nguyễn Thái Ngọc Duy | 1 | -4/+18 |
2018-04-10 | Merge branch 'ps/contains-id-error-message' | Junio C Hamano | 1 | -9/+11 |
2018-03-22 | parse-options: do not show usage upon invalid option value | Paul-Sebastian Ungureanu | 1 | -9/+11 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -0/+46 |
2018-02-09 | remote: force completing --mirror= instead of --mirror | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-02-09 | parse-options: support --git-completion-helper | Nguyễn Thái Ngọc Duy | 1 | -0/+44 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -1/+1 |
2017-09-25 | parse-options: only insert newline in help text if needed | Brandon Casey | 1 | -2/+8 |
2017-09-25 | parse-options: write blank line to correct output stream | Brandon Casey | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-31 | C style: use standard style for "TRANSLATORS" comments | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -1/+1 |
2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -1/+1 |
2016-12-14 | parse-options: print "fatal:" before usage_msg_opt() | Jeff King | 1 | -1/+1 |
2016-05-05 | parse-options.c: make OPTION_COUNTUP respect "unspecified" values | Pranit Bauva | 1 | -0/+2 |
2015-11-20 | parse-options: allow -h as a short option | René Scharfe | 1 | -5/+10 |
2015-11-20 | parse-options: inline parse_options_usage() at its only remaining caller | René Scharfe | 1 | -12/+1 |
2015-11-20 | parse-options: deduplicate parse_options_usage() calls | René Scharfe | 1 | -6/+12 |
2015-06-22 | parse-options: move unsigned long option parsing out of pack-objects.c | Charles Bailey | 1 | -0/+17 |
2014-09-19 | Merge branch 'jc/parseopt-verify-short-name' | Junio C Hamano | 1 | -1/+13 |
2014-09-04 | parse-options: detect attempt to add a duplicate short option name | Junio C Hamano | 1 | -1/+13 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -7/+9 |
2014-04-08 | Merge branch 'mr/opt-set-ptr' | Junio C Hamano | 1 | -5/+0 |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -5/+0 |
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 |