Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | Merge branch 'ab/mark-leak-free-tests-more' | Junio C Hamano | 1 | -0/+1 |
2021-10-08 | parse-options tests: test optname() output | Ævar Arnfjörð Bjarmason | 1 | -3/+39 |
2021-10-07 | tests: fix a memory leak in test-parse-options.c | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2021-09-12 | parse-options API: remove OPTION_ARGUMENT feature | Ævar Arnfjörð Bjarmason | 1 | -5/+0 |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2020-08-14 | messages: avoid SHA-1 in end-user facing messages | Junio C Hamano | 1 | -1/+1 |
2020-03-16 | parse-options: teach "git cmd -h" to show alias as alias | Junio C Hamano | 1 | -1/+1 |
2020-03-09 | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 1 | -0/+18 |
2020-02-20 | parse-options: add testcases for OPT_CMDMODE() | Paolo Bonzini | 1 | -0/+18 |
2020-02-05 | parse-options: lose an unnecessary space in an error message | Jacques Bodin-Hullin | 1 | -2/+2 |
2019-08-06 | parse-options: allow --end-of-options as a synonym for "--" | Jeff King | 1 | -0/+7 |
2019-05-07 | parse-options: don't emit "ambiguous option" for aliases | Nguyễn Thái Ngọc Duy | 1 | -0/+17 |
2019-04-15 | tests: disallow the use of abbreviated options (by default) | Johannes Schindelin | 1 | -1/+13 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -2/+2 |
2018-11-12 | parse-options.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-06 | parse-options: drop OPT_DATE() | Jeff King | 1 | -22/+0 |
2018-09-11 | t/helper: merge test-parse-options into test-tool | Nguyễn Thái Ngọc Duy | 1 | -35/+35 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+1 |
2018-03-22 | parse-options: do not show usage upon invalid option value | Paul-Sebastian Ungureanu | 1 | -1/+1 |
2017-09-25 | parse-options: write blank line to correct output stream | Brandon Casey | 1 | -3/+3 |
2017-09-25 | t0040,t1502: Demonstrate parse_options bugs | Brandon Casey | 1 | -3/+5 |
2016-10-17 | t0040: convert all possible tests to use `test-parse-options --expect` | Pranit Bauva | 1 | -170/+13 |
2016-05-10 | t0040: convert a few tests to use test-parse-options --expect | Junio C Hamano | 1 | -18/+2 |
2016-05-10 | t0040: remove unused test helpers | Junio C Hamano | 1 | -24/+0 |
2016-05-10 | test-parse-options: --expect=<string> option to simplify tests | Junio C Hamano | 1 | -0/+1 |
2016-05-10 | test-parse-options: fix output when callback option fails | Junio C Hamano | 1 | -3/+1 |
2016-05-05 | parse-options.c: make OPTION_COUNTUP respect "unspecified" values | Pranit Bauva | 1 | -14/+14 |
2016-05-05 | t0040-parse-options: improve test coverage | Pranit Bauva | 1 | -0/+114 |
2016-04-19 | test-parse-options: print quiet as integer | Pranit Bauva | 1 | -13/+13 |
2016-04-19 | t0040-test-parse-options.sh: fix style issues | Pranit Bauva | 1 | -38/+38 |
2015-06-22 | parse-options: move unsigned long option parsing out of pack-objects.c | Charles Bailey | 1 | -5/+40 |
2015-06-22 | test-parse-options: update to handle negative ints | Charles Bailey | 1 | -0/+2 |
2015-03-20 | t: use test_expect_code instead of hand-rolled comparison | Jeff King | 1 | -8/+4 |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -4/+3 |
2013-06-09 | test: test_must_be_empty helper | Junio C Hamano | 1 | -23/+23 |
2012-08-27 | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 1 | -5/+29 |
2012-03-04 | parse-options: typo check for unknown switches | René Scharfe | 1 | -0/+10 |
2012-02-26 | parse-options: allow positivation of options starting, with no- | René Scharfe | 1 | -1/+1 |
2012-02-26 | test-parse-options: convert to OPT_BOOL() | René Scharfe | 1 | -2/+58 |
2011-09-28 | parseopt: add OPT_NOOP_NOARG | René Scharfe | 1 | -1/+1 |
2011-06-22 | parse-options: add OPT_STRING_LIST helper | Jeff King | 1 | -0/+17 |
2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 1 | -1/+1 |
2010-05-31 | print the usage string on stdout instead of stderr | Giuseppe Scrivano | 1 | -3/+5 |
2009-09-29 | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 1 | -0/+20 |
2009-05-25 | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 1 | -2/+17 |
2009-05-09 | parseopt: add PARSE_OPT_NODASH | René Scharfe | 1 | -0/+7 |
2009-05-09 | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 1 | -0/+18 |
2009-05-09 | parseopt: add OPT_NEGBIT | René Scharfe | 1 | -2/+29 |
2008-07-30 | Fix test-parse-options "integer" test | Junio C Hamano | 1 | -1/+10 |
2008-07-21 | parse-options: fix segmentation fault when a required value is missing | Olivier Marin | 1 | -0/+7 |