aboutsummaryrefslogtreecommitdiff
path: root/t/t0040-parse-options.sh
Commit message (Expand)AuthorAge
* 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