aboutsummaryrefslogtreecommitdiff
path: root/test-parse-options.c
Commit message (Expand)AuthorAge
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-28
* 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
* add description parameter to OPT__QUIETRené Scharfe2010-11-15
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* add description parameter to OPT__VERBOSERené Scharfe2010-11-15
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
* parse-opts: prepare for OPT_FILENAMEStephen 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
* test-parse-options: use appropriate cast in length_callbackBrandon Casey2008-08-13
* Fix test-parse-options "integer" testJunio C Hamano2008-07-30
* Extend parse-options test suiteStephan Beyer2008-06-22
* parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-02
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-26
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-05
* Add tests for parse-options.cJohannes Schindelin2007-10-29