summaryrefslogtreecommitdiff
path: root/t/t0040-parse-options.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-2/+17
* parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-091-0/+7
* parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-091-0/+18
* parseopt: add OPT_NEGBITRené Scharfe2009-05-091-2/+29
* Fix test-parse-options "integer" testJunio C Hamano2008-07-301-1/+10
* parse-options: fix segmentation fault when a required value is missingOlivier Marin2008-07-211-0/+7
* Extend parse-options test suiteStephan Beyer2008-06-221-7/+109
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-9/+9
* parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+16
* Sane use of test_expect_failureJunio C Hamano2008-02-011-2/+2
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-261-0/+11
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-0/+13
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+23
* Add tests for parse-options.cJohannes Schindelin2007-10-291-0/+70