summaryrefslogtreecommitdiff
path: root/t/t0040-parse-options.sh
AgeCommit message (Expand)Author
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-12parse-options.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-11-06parse-options: drop OPT_DATE()Jeff King
2018-09-11t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2017-09-25parse-options: write blank line to correct output streamBrandon Casey
2017-09-25t0040,t1502: Demonstrate parse_options bugsBrandon Casey
2016-10-17t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva
2016-05-10t0040: convert a few tests to use test-parse-options --expectJunio C Hamano
2016-05-10t0040: remove unused test helpersJunio C Hamano
2016-05-10test-parse-options: --expect=<string> option to simplify testsJunio C Hamano
2016-05-10test-parse-options: fix output when callback option failsJunio C Hamano
2016-05-05parse-options.c: make OPTION_COUNTUP respect "unspecified" valuesPranit Bauva
2016-05-05t0040-parse-options: improve test coveragePranit Bauva
2016-04-19test-parse-options: print quiet as integerPranit Bauva
2016-04-19t0040-test-parse-options.sh: fix style issuesPranit Bauva
2015-06-22parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey
2015-06-22test-parse-options: update to handle negative intsCharles Bailey
2015-03-20t: use test_expect_code instead of hand-rolled comparisonJeff King
2014-03-31parse-options: remove unused OPT_SET_PTRMarat Radchenko
2013-06-09test: test_must_be_empty helperJunio C Hamano
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin
2012-03-05parse-options: typo check for unknown switchesRené Scharfe
2012-02-26parse-options: allow positivation of options starting, with no-René Scharfe
2012-02-26test-parse-options: convert to OPT_BOOL()René Scharfe
2011-09-28parseopt: add OPT_NOOP_NOARGRené Scharfe
2011-06-22parse-options: add OPT_STRING_LIST helperJeff King
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2010-06-01print the usage string on stdout instead of stderrGiuseppe Scrivano
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-09parseopt: add PARSE_OPT_NODASHRené Scharfe
2009-05-09parseopt: add OPT_NUMBER_CALLBACKRené Scharfe
2009-05-09parseopt: add OPT_NEGBITRené Scharfe
2008-07-30Fix test-parse-options "integer" testJunio C Hamano
2008-07-22parse-options: fix segmentation fault when a required value is missingOlivier Marin
2008-06-23Extend parse-options test suiteStephan Beyer
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit
2007-11-06parse-options: abbreviation engine fix.Johannes Schindelin
2007-10-30parse-options: Allow abbreviated options when unambiguousJohannes Schindelin
2007-10-30Add tests for parse-options.cJohannes Schindelin