| Commit message (Expand) | Author | Age | Files | Lines |
* | parse-options: write blank line to correct output stream | Brandon Casey | 2017-09-25 | 1 | -3/+3 |
* | t0040,t1502: Demonstrate parse_options bugs | Brandon Casey | 2017-09-25 | 1 | -3/+5 |
* | t0040: convert all possible tests to use `test-parse-options --expect`pb/test-parse-options-expect | Pranit Bauva | 2016-10-17 | 1 | -170/+13 |
* | t0040: convert a few tests to use test-parse-options --expectjc/test-parse-options-expect | Junio C Hamano | 2016-05-10 | 1 | -18/+2 |
* | t0040: remove unused test helpers | Junio C Hamano | 2016-05-10 | 1 | -24/+0 |
* | test-parse-options: --expect=<string> option to simplify tests | Junio C Hamano | 2016-05-10 | 1 | -0/+1 |
* | test-parse-options: fix output when callback option fails | Junio C Hamano | 2016-05-10 | 1 | -3/+1 |
* | parse-options.c: make OPTION_COUNTUP respect "unspecified" values | Pranit Bauva | 2016-05-05 | 1 | -14/+14 |
* | t0040-parse-options: improve test coverage | Pranit Bauva | 2016-05-05 | 1 | -0/+114 |
* | test-parse-options: print quiet as integer | Pranit Bauva | 2016-04-19 | 1 | -13/+13 |
* | t0040-test-parse-options.sh: fix style issues | Pranit Bauva | 2016-04-19 | 1 | -38/+38 |
* | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitude | Charles Bailey | 2015-06-22 | 1 | -5/+40 |
* | test-parse-options: update to handle negative ints | Charles Bailey | 2015-06-22 | 1 | -0/+2 |
* | t: use test_expect_code instead of hand-rolled comparison | Jeff King | 2015-03-20 | 1 | -8/+4 |
* | parse-options: remove unused OPT_SET_PTRmr/opt-set-ptr | Marat Radchenko | 2014-03-31 | 1 | -4/+3 |
* | test: test_must_be_empty helper | Junio C Hamano | 2013-06-09 | 1 | -23/+23 |
* | Fix tests under GETTEXT_POISON on parseopt | Jiang Xin | 2012-08-27 | 1 | -5/+29 |
* | parse-options: typo check for unknown switches | René Scharfe | 2012-03-04 | 1 | -0/+10 |
* | parse-options: allow positivation of options starting, with no- | René Scharfe | 2012-02-26 | 1 | -1/+1 |
* | test-parse-options: convert to OPT_BOOL() | René Scharfe | 2012-02-26 | 1 | -2/+58 |
* | parseopt: add OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -1/+1 |
* | parse-options: add OPT_STRING_LIST helper | Jeff King | 2011-06-22 | 1 | -0/+17 |
* | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
* | print the usage string on stdout instead of stderr | Giuseppe Scrivano | 2010-05-31 | 1 | -3/+5 |
* | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 | 1 | -0/+20 |
* | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 1 | -2/+17 |
* | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 1 | -0/+7 |
* | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 1 | -0/+18 |
* | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 1 | -2/+29 |
* | Fix test-parse-options "integer" test | Junio C Hamano | 2008-07-30 | 1 | -1/+10 |
* | parse-options: fix segmentation fault when a required value is missing | Olivier Marin | 2008-07-21 | 1 | -0/+7 |
* | Extend parse-options test suite | Stephan Beyer | 2008-06-22 | 1 | -7/+109 |
* | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 | 1 | -9/+9 |
* | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 2008-03-02 | 1 | -0/+16 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -2/+2 |
* | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 2008-01-26 | 1 | -0/+11 |
* | parse-options: abbreviation engine fix. | Johannes Schindelin | 2007-11-05 | 1 | -0/+13 |
* | parse-options: Allow abbreviated options when unambiguous | Johannes Schindelin | 2007-10-29 | 1 | -0/+23 |
* | Add tests for parse-options.c | Johannes Schindelin | 2007-10-29 | 1 | -0/+70 |