summaryrefslogtreecommitdiff
path: root/test-parse-options.c
AgeCommit message (Expand)Author
2012-02-26test-parse-options: convert to OPT_BOOL()René Scharfe
2011-09-28parseopt: add OPT_NOOP_NOARGRené Scharfe
2011-06-22parse-options: add OPT_STRING_LIST helperJeff King
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-09parseopt: add PARSE_OPT_NODASHRené Scharfe
2009-05-09parseopt: add OPT_NUMBER_CALLBACKRené Scharfe
2009-05-09parseopt: add OPT_NEGBITRené Scharfe
2008-08-14test-parse-options: use appropriate cast in length_callbackBrandon Casey
2008-07-30Fix test-parse-options "integer" testJunio C Hamano
2008-06-23Extend parse-options test suiteStephan Beyer
2008-03-02parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit
2007-11-06parse-options: abbreviation engine fix.Johannes Schindelin
2007-10-30Add tests for parse-options.cJohannes Schindelin