Age | Commit message (Expand) | Author | Files | Lines |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -4/+3 |
2013-06-09 | test: test_must_be_empty helper | Junio C Hamano | 1 | -23/+23 |
2012-08-27 | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 1 | -5/+29 |
2012-03-04 | parse-options: typo check for unknown switches | René Scharfe | 1 | -0/+10 |
2012-02-26 | parse-options: allow positivation of options starting, with no- | René Scharfe | 1 | -1/+1 |
2012-02-26 | test-parse-options: convert to OPT_BOOL() | René Scharfe | 1 | -2/+58 |
2011-09-28 | parseopt: add OPT_NOOP_NOARG | René Scharfe | 1 | -1/+1 |
2011-06-22 | parse-options: add OPT_STRING_LIST helper | Jeff King | 1 | -0/+17 |
2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 1 | -1/+1 |
2010-05-31 | print the usage string on stdout instead of stderr | Giuseppe Scrivano | 1 | -3/+5 |
2009-09-29 | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 1 | -0/+20 |
2009-05-25 | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 1 | -2/+17 |
2009-05-09 | parseopt: add PARSE_OPT_NODASH | René Scharfe | 1 | -0/+7 |
2009-05-09 | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 1 | -0/+18 |
2009-05-09 | parseopt: add OPT_NEGBIT | René Scharfe | 1 | -2/+29 |
2008-07-30 | Fix test-parse-options "integer" test | Junio C Hamano | 1 | -1/+10 |
2008-07-21 | parse-options: fix segmentation fault when a required value is missing | Olivier Marin | 1 | -0/+7 |
2008-06-22 | Extend parse-options test suite | Stephan Beyer | 1 | -7/+109 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -9/+9 |
2008-03-02 | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 1 | -0/+16 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -2/+2 |
2008-01-26 | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 1 | -0/+11 |
2007-11-05 | parse-options: abbreviation engine fix. | Johannes Schindelin | 1 | -0/+13 |
2007-10-29 | parse-options: Allow abbreviated options when unambiguous | Johannes Schindelin | 1 | -0/+23 |
2007-10-29 | Add tests for parse-options.c | Johannes Schindelin | 1 | -0/+70 |