summaryrefslogtreecommitdiff
path: root/test-parse-options.c
Commit message (Expand)AuthorAgeFilesLines
* test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-104/+0
* parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitudeCharles Bailey2015-06-221-0/+3
* test-parse-options: update to handle negative intsCharles Bailey2015-06-221-1/+1
* parse-options: remove unused OPT_SET_PTRmr/opt-set-ptrMarat Radchenko2014-03-311-2/+0
* parse-options: add cast to correct pointer type to OPT_SET_PTRJunio C Hamano2014-03-311-1/+1
* MSVC: fix t0040-parse-options crashMarat Radchenko2014-03-311-1/+1
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* test-parse-options: convert to OPT_BOOL()René Scharfe2012-02-261-4/+8
* parseopt: add OPT_NOOP_NOARGRené Scharfe2011-09-281-0/+1
* parse-options: add OPT_STRING_LIST helperJeff King2011-06-221-0/+6
* Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
* add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
* parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-291-0/+5
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-251-1/+5
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-091-0/+2
* parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-091-0/+8
* parseopt: add OPT_NEGBITRené Scharfe2009-05-091-0/+1
* test-parse-options: use appropriate cast in length_callbackBrandon Casey2008-08-131-1/+1
* Fix test-parse-options "integer" testJunio C Hamano2008-07-301-3/+5
* Extend parse-options test suiteStephan Beyer2008-06-221-4/+35
* parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-021-0/+2
* parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit2008-01-261-0/+1
* parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-0/+1
* Add tests for parse-options.cJohannes Schindelin2007-10-291-0/+35