aboutsummaryrefslogtreecommitdiffstats
path: root/test-parse-options.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31parse-options: remove unused OPT_SET_PTRMarat Radchenko1-2/+0
2014-03-31parse-options: add cast to correct pointer type to OPT_SET_PTRJunio C Hamano1-1/+1
2014-03-31MSVC: fix t0040-parse-options crashMarat Radchenko1-1/+1
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones1-2/+2
2012-02-26test-parse-options: convert to OPT_BOOL()René Scharfe1-4/+8
2011-09-28parseopt: add OPT_NOOP_NOARGRené Scharfe1-0/+1
2011-06-22parse-options: add OPT_STRING_LIST helperJeff King1-0/+6
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber1-1/+1
2010-11-15add description parameter to OPT__QUIETRené Scharfe1-1/+1
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe1-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab1-0/+5
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-2/+2
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd1-1/+5
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-09parseopt: add PARSE_OPT_NODASHRené Scharfe1-0/+2
2009-05-09parseopt: add OPT_NUMBER_CALLBACKRené Scharfe1-0/+8
2009-05-09parseopt: add OPT_NEGBITRené Scharfe1-0/+1
2008-08-13test-parse-options: use appropriate cast in length_callbackBrandon Casey1-1/+1
2008-07-30Fix test-parse-options "integer" testJunio C Hamano1-3/+5
2008-06-22Extend parse-options test suiteStephan Beyer1-4/+35
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit1-0/+2
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit1-0/+1
2007-11-05parse-options: abbreviation engine fix.Johannes Schindelin1-0/+1
2007-10-29Add tests for parse-options.cJohannes Schindelin1-0/+35