aboutsummaryrefslogtreecommitdiff
path: root/t/t0040-parse-options.sh
Commit message (Expand)AuthorAge
* parse-options: write blank line to correct output streamBrandon Casey2017-09-25
* t0040,t1502: Demonstrate parse_options bugsBrandon Casey2017-09-25
* t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva2016-10-17
* t0040: convert a few tests to use test-parse-options --expectJunio C Hamano2016-05-10
* t0040: remove unused test helpersJunio C Hamano2016-05-10
* test-parse-options: --expect=<string> option to simplify testsJunio C Hamano2016-05-10
* test-parse-options: fix output when callback option failsJunio C Hamano2016-05-10
* parse-options.c: make OPTION_COUNTUP respect "unspecified" valuesPranit Bauva2016-05-05
* t0040-parse-options: improve test coveragePranit Bauva2016-05-05
* test-parse-options: print quiet as integerPranit Bauva2016-04-19
* t0040-test-parse-options.sh: fix style issuesPranit Bauva2016-04-19
* parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey2015-06-22
* test-parse-options: update to handle negative intsCharles Bailey2015-06-22
* t: use test_expect_code instead of hand-rolled comparisonJeff King2015-03-20
* parse-options: remove unused OPT_SET_PTRMarat Radchenko2014-03-31
* test: test_must_be_empty helperJunio C Hamano2013-06-09
* Fix tests under GETTEXT_POISON on parseoptJiang Xin2012-08-27
* parse-options: typo check for unknown switchesRené Scharfe2012-03-04
* parse-options: allow positivation of options starting, with no-René Scharfe2012-02-26
* test-parse-options: convert to OPT_BOOL()René Scharfe2012-02-26
* parseopt: add OPT_NOOP_NOARGRené Scharfe2011-09-28
* parse-options: add OPT_STRING_LIST helperJeff King2011-06-22
* Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-15
* print the usage string on stdout instead of stderrGiuseppe Scrivano2010-05-31
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
* parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-09
* parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-09
* parseopt: add OPT_NEGBITRené Scharfe2009-05-09
* Fix test-parse-options "integer" testJunio C Hamano2008-07-30
* parse-options: fix segmentation fault when a required value is missingOlivier Marin2008-07-21
* Extend parse-options test suiteStephan Beyer2008-06-22
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-24
* parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-02
* Sane use of test_expect_failureJunio C Hamano2008-02-01
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-26
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-05
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-29
* Add tests for parse-options.cJohannes Schindelin2007-10-29