| Commit message (Expand) | Author | Age | Files | Lines |
* | test-parse-options: convert to OPT_BOOL() | René Scharfe | 2012-02-26 | 1 | -4/+8 |
* | parseopt: add OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -0/+1 |
* | parse-options: add OPT_STRING_LIST helper | Jeff King | 2011-06-22 | 1 | -0/+6 |
* | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
* | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | parse-opt: ignore negation of OPT_NONEG for ambiguity checks | Andreas Schwab | 2009-09-29 | 1 | -0/+5 |
* | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 1 | -2/+2 |
* | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 1 | -1/+5 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | parseopt: add PARSE_OPT_NODASH | René Scharfe | 2009-05-09 | 1 | -0/+2 |
* | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 1 | -0/+8 |
* | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 1 | -0/+1 |
* | test-parse-options: use appropriate cast in length_callback | Brandon Casey | 2008-08-13 | 1 | -1/+1 |
* | Fix test-parse-options "integer" test | Junio C Hamano | 2008-07-30 | 1 | -3/+5 |
* | Extend parse-options test suite | Stephan Beyer | 2008-06-22 | 1 | -4/+35 |
* | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 2008-03-02 | 1 | -0/+2 |
* | parse-options: catch likely typo in presense of aggregated options. | Pierre Habouzit | 2008-01-26 | 1 | -0/+1 |
* | parse-options: abbreviation engine fix. | Johannes Schindelin | 2007-11-05 | 1 | -0/+1 |
* | Add tests for parse-options.c | Johannes Schindelin | 2007-10-29 | 1 | -0/+35 |