Age | Commit message (Expand) | Author | Files | Lines |
2018-02-09 | completion: use __gitcomp_builtin in _git_am | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-09 | parse-options: add OPT_xxx_F() variants | Nguyễn Thái Ngọc Duy | 1 | -7/+12 |
2018-02-09 | parse-options: support --git-completion-helper | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-03-24 | parse-options: add OPT_NONEG to the "contains" option | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2016-09-26 | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 1 | -0/+1 |
2016-09-19 | parse-options: add parse_opt_unknown_cb() | Michael Haggerty | 1 | -0/+1 |
2016-07-06 | parse_options: allocate a new array when concatenating | Jeff King | 1 | -1/+1 |
2015-11-20 | parse-options: allow -h as a short option | René Scharfe | 1 | -1/+1 |
2015-10-05 | Merge branch 'kn/for-each-tag-branch' | Junio C Hamano | 1 | -1/+9 |
2015-08-12 | Merge branch 'sb/parse-options-codeformat' | Junio C Hamano | 1 | -1/+1 |
2015-08-03 | Merge branch 'pt/pull-builtin' | Junio C Hamano | 1 | -0/+6 |
2015-08-03 | parse-options.h: add macros for '--contains' option | Karthik Nayak | 1 | -0/+7 |
2015-08-03 | parse-option: rename parse_opt_with_commit() | Karthik Nayak | 1 | -1/+1 |
2015-08-03 | tag: libify parse_opt_points_at() | Karthik Nayak | 1 | -0/+1 |
2015-07-29 | parse-options: align curly braces for all options | Stefan Beller | 1 | -1/+1 |
2015-06-22 | parse-options: move unsigned long option parsing out of pack-objects.c | Charles Bailey | 1 | -0/+3 |
2015-06-15 | parse-options-cb: implement parse_opt_passthru_argv() | Paul Tan | 1 | -0/+3 |
2015-06-15 | parse-options-cb: implement parse_opt_passthru() | Paul Tan | 1 | -0/+3 |
2015-04-14 | Merge branch 'iu/fix-parse-options-h-comment' | Junio C Hamano | 1 | -2/+1 |
2015-03-29 | parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval | Ivan Ukhov | 1 | -2/+1 |
2014-06-06 | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro' | Junio C Hamano | 1 | -2/+2 |
2014-05-06 | let clang use the constant-return error() macro | Jeff King | 1 | -1/+1 |
2014-05-06 | inline constant return from error() function | Jeff King | 1 | -1/+1 |
2014-04-08 | Merge branch 'mr/opt-set-ptr' | Junio C Hamano | 1 | -4/+1 |
2014-03-31 | parse-options: remove unused OPT_SET_PTR | Marat Radchenko | 1 | -4/+1 |
2014-03-31 | parse-options: add cast to correct pointer type to OPT_SET_PTR | Junio C Hamano | 1 | -1/+1 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2013-12-09 | parse-options: remove OPT_BOOLEAN | Nguyễn Thái Ngọc Duy | 1 | -7/+4 |
2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -3/+2 |
2013-09-04 | Merge branch 'jc/parseopt-command-modes' | Junio C Hamano | 1 | -0/+3 |
2013-08-09 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-08-09 | parse-options: fix clang opterror() -Wunused-value warning | Eric Sunshine | 1 | -1/+1 |
2013-08-05 | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 1 | -3/+2 |
2013-07-30 | parse-options: add OPT_CMDMODE() | Junio C Hamano | 1 | -0/+3 |
2013-05-29 | Merge branch 'jc/prune-all' | Junio C Hamano | 1 | -0/+4 |
2013-04-25 | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 1 | -0/+4 |
2013-01-16 | fix clang -Wunused-value warnings for error functions | Max Horn | 1 | -1/+1 |
2012-12-15 | silence some -Wuninitialized false positives | Jeff King | 1 | -0/+4 |
2012-08-20 | i18n: mark "style" in OPT_COLUMN() for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-05-08 | i18n: parseopt: lookup help and argument translations when showing usage | Nguyễn Thái Ngọc Duy | 1 | -11/+14 |
2012-05-03 | Merge branch 'nd/columns' | Junio C Hamano | 1 | -0/+2 |
2012-04-27 | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2012-02-28 | parse-options: remove PARSE_OPT_NEGHELP | René Scharfe | 1 | -4/+0 |
2011-09-28 | parseopt: add OPT_NOOP_NOARG | René Scharfe | 1 | -0/+6 |
2011-09-27 | parse-options: deprecate OPT_BOOLEAN | Junio C Hamano | 1 | -2/+8 |
2011-08-11 | parse-options: export opterr, optbug | Dmitry Ivankov | 1 | -0/+2 |
2011-06-22 | parse-options: add OPT_STRING_LIST helper | Jeff King | 1 | -0/+4 |
2011-02-15 | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 1 | -1/+1 |