summaryrefslogtreecommitdiff
path: root/t/t0040-parse-options.sh
Commit message (Expand)AuthorAgeFilesLines
* config: require at least one digit when parsing numbersPhillip Wood2022-11-091-0/+7
* git_parse_unsigned: reject negative valuesPhillip Wood2022-11-091-0/+5
* t0040-parse-options: remove leftover debuggingSZEDER Gábor2022-09-071-2/+0
* parse-options: add support for parsing subcommandsSZEDER Gábor2022-08-191-0/+185
* parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-4/+4
* t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor2022-08-191-0/+70
* Merge branch 'ab/mark-leak-free-tests-more'Junio C Hamano2021-10-251-0/+1
|\
| * tests: fix a memory leak in test-parse-options.cÆvar Arnfjörð Bjarmason2021-10-071-0/+1
* | parse-options tests: test optname() outputÆvar Arnfjörð Bjarmason2021-10-081-3/+39
|/
* parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason2021-09-121-5/+0
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-4/+4
* messages: avoid SHA-1 in end-user facing messagesJunio C Hamano2020-08-141-1/+1
* parse-options: teach "git cmd -h" to show alias as aliasJunio C Hamano2020-03-161-1/+1
* Merge branch 'pb/am-show-current-patch'Junio C Hamano2020-03-091-0/+18
|\
| * parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini2020-02-201-0/+18
* | parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin2020-02-051-2/+2
|/
* parse-options: allow --end-of-options as a synonym for "--"Jeff King2019-08-061-0/+7
* parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy2019-05-071-0/+17
* tests: disallow the use of abbreviated options (by default)Johannes Schindelin2019-04-151-1/+13
* Merge branch 'nd/i18n'Junio C Hamano2019-01-041-2/+2
|\
| * parse-options.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | parse-options: drop OPT_DATE()Jeff King2018-11-061-22/+0
|/
* t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy2018-09-111-35/+35
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+1
* parse-options: do not show usage upon invalid option valueps/contains-id-error-messagePaul-Sebastian Ungureanu2018-03-221-1/+1
* parse-options: write blank line to correct output streamBrandon Casey2017-09-251-3/+3
* t0040,t1502: Demonstrate parse_options bugsBrandon Casey2017-09-251-3/+5
* t0040: convert all possible tests to use `test-parse-options --expect`pb/test-parse-options-expectPranit Bauva2016-10-171-170/+13
* t0040: convert a few tests to use test-parse-options --expectjc/test-parse-options-expectJunio C Hamano2016-05-101-18/+2
* t0040: remove unused test helpersJunio C Hamano2016-05-101-24/+0
* test-parse-options: --expect=<string> option to simplify testsJunio C Hamano2016-05-101-0/+1
* test-parse-options: fix output when callback option failsJunio C Hamano2016-05-101-3/+1
* parse-options.c: make OPTION_COUNTUP respect "unspecified" valuesPranit Bauva2016-05-051-14/+14
* t0040-parse-options: improve test coveragePranit Bauva2016-05-051-0/+114
* test-parse-options: print quiet as integerPranit Bauva2016-04-191-13/+13
* t0040-test-parse-options.sh: fix style issuesPranit Bauva2016-04-191-38/+38
* parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitudeCharles Bailey2015-06-221-5/+40
* test-parse-options: update to handle negative intsCharles Bailey2015-06-221-0/+2
* t: use test_expect_code instead of hand-rolled comparisonJeff King2015-03-201-8/+4
* parse-options: remove unused OPT_SET_PTRmr/opt-set-ptrMarat Radchenko2014-03-311-4/+3
* test: test_must_be_empty helperJunio C Hamano2013-06-091-23/+23
* Fix tests under GETTEXT_POISON on parseoptJiang Xin2012-08-271-5/+29
* parse-options: typo check for unknown switchesRené Scharfe2012-03-041-0/+10
* parse-options: allow positivation of options starting, with no-René Scharfe2012-02-261-1/+1
* test-parse-options: convert to OPT_BOOL()René Scharfe2012-02-261-2/+58
* parseopt: add OPT_NOOP_NOARGRené Scharfe2011-09-281-1/+1
* parse-options: add OPT_STRING_LIST helperJeff King2011-06-221-0/+17
* Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
* print the usage string on stdout instead of stderrGiuseppe Scrivano2010-05-311-3/+5
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-291-0/+20