Age | Commit message (Expand) | Author | Files | Lines |
2019-03-18 | parse-options: make OPT_ARGUMENT() more useful | Johannes Schindelin | 1 | -1/+3 |
2018-11-06 | parse-options: drop OPT_DATE() | Jeff King | 1 | -4/+0 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -4/+4 |
2017-01-19 | doc: add documentation for OPT_STRING_LIST | Jacob Keller | 1 | -0/+5 |
2016-05-05 | parse-options.c: make OPTION_COUNTUP respect "unspecified" values | Pranit Bauva | 1 | -2/+6 |
2016-03-25 | api-parse-options.txt: document OPT_CMDMODE() | Pranit Bauva | 1 | -0/+7 |
2015-08-03 | Merge branch 'pt/pull-builtin' | Junio C Hamano | 1 | -0/+13 |
2015-06-22 | parse-options: move unsigned long option parsing out of pack-objects.c | Charles Bailey | 1 | -0/+6 |
2015-06-15 | parse-options-cb: implement parse_opt_passthru_argv() | Paul Tan | 1 | -0/+6 |
2015-06-15 | parse-options-cb: implement parse_opt_passthru() | Paul Tan | 1 | -0/+7 |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -4/+0 |
2013-10-31 | Use the word 'stuck' instead of 'sticked' | Nicolas Vigier | 1 | -3/+3 |
2013-06-26 | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 1 | -6/+6 |
2013-06-18 | fix "builtin-*" references to be "builtin/*" | Phil Hord | 1 | -6/+6 |
2013-05-29 | Merge branch 'jc/prune-all' | Junio C Hamano | 1 | -0/+6 |
2013-04-25 | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 1 | -0/+4 |
2013-04-18 | api-parse-options.txt: document "no-" for non-boolean options | Michael Haggerty | 1 | -0/+2 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -1/+1 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -18/+18 |
2012-02-26 | parse-options: allow positivation of options starting, with no- | René Scharfe | 1 | -1/+2 |
2011-09-28 | parseopt: add OPT_NOOP_NOARG | René Scharfe | 1 | -0/+5 |
2011-09-27 | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 1 | -5/+11 |
2010-11-15 | add OPT__FORCE | René Scharfe | 1 | -0/+3 |
2010-11-15 | add description parameter to OPT__QUIET | René Scharfe | 1 | -1/+1 |
2010-11-15 | add description parameter to OPT__DRY_RUN | René Scharfe | 1 | -1/+1 |
2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
2010-08-20 | Documentation/technical: avoid stray backslash in parse-options API docs | Jonathan Nieder | 1 | -4/+4 |
2010-02-18 | Add an optional argument for --color options | Mark Lodato | 1 | -0/+12 |
2009-05-25 | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 1 | -0/+5 |
2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -2/+2 |
2009-05-23 | Merge branch 'rs/grep-parseopt' | Junio C Hamano | 1 | -0/+12 |
2009-05-16 | api-parse-options.txt: use 'func' instead of 'funct' | Stephen Boyd | 1 | -1/+1 |
2009-05-09 | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 1 | -0/+8 |
2009-05-09 | parseopt: add OPT_NEGBIT | René Scharfe | 1 | -0/+4 |
2009-03-09 | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 1 | -1/+2 |
2009-03-09 | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELP | René Scharfe | 1 | -0/+27 |
2008-06-22 | api-parse-options.txt: Introduce documentation for parse options API | Stephan Beyer | 1 | -2/+202 |
2007-12-14 | Start preparing the API documents. | Junio C Hamano | 1 | -0/+6 |