| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 2019-07-09 | 1 | -0/+17 |
|\ |
|
| * | checkout: split options[] array in three pieces | Nguyễn Thái Ngọc Duy | 2019-04-02 | 1 | -0/+17 |
* | | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 2019-05-30 | 1 | -0/+3 |
|\ \ |
|
| * | | parse-options: check empty value in OPT_INTEGER and OPT_ABBREV | Nguyễn Thái Ngọc Duy | 2019-05-29 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'pw/rebase-i-internal' | Junio C Hamano | 2019-05-13 | 1 | -0/+34 |
|\ \ |
|
| * | | rebase -i: use struct object_id for squash_onto | Phillip Wood | 2019-04-19 | 1 | -0/+17 |
| * | | rebase -i: use struct commit when parsing options | Phillip Wood | 2019-04-19 | 1 | -0/+17 |
| |/ |
|
* | | diff-parseopt: convert --[no-]abbrev | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -2/+2 |
|/ |
|
* | parse-options: allow ll_callback with OPTION_CALLBACK | Nguyễn Thái Ngọc Duy | 2019-01-27 | 1 | -1/+3 |
* | parse-options: avoid magic return codes | Nguyễn Thái Ngọc Duy | 2019-01-27 | 1 | -3/+3 |
* | parse-options: stop abusing 'callback' for lowlevel callbacks | Nguyễn Thái Ngọc Duy | 2019-01-27 | 1 | -1/+2 |
* | Merge branch 'nd/i18n' | Junio C Hamano | 2019-01-04 | 1 | -3/+4 |
|\ |
|
| * | parse-options: replace opterror() with optname() | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -3/+4 |
* | | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 2018-11-06 | 1 | -0/+7 |
* | | parse-options: drop OPT_DATE() | Jeff King | 2018-11-06 | 1 | -7/+0 |
|/ |
|
* | commit: add repository argument to lookup_commit_reference | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
* | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 2018-04-23 | 1 | -1/+5 |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -3/+3 |
|\ |
|
| * | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | parse-options-cb: convert to struct object_id | brian m. carlson | 2017-05-08 | 1 | -3/+3 |
* | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -2/+2 |
|/ |
|
* | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -2/+2 |
* | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
* | parse-options-cb: convert sha1_array_append caller to struct object_id | brian m. carlson | 2017-03-28 | 1 | -3/+3 |
* | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-17 | 1 | -2/+1 |
|\ |
|
| * | remove unnecessary NULL check before free(3) | René Scharfe | 2016-10-10 | 1 | -2/+1 |
* | | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 2016-09-26 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | parse-options: add parse_opt_unknown_cb() | Michael Haggerty | 2016-09-19 | 1 | -0/+12 |
* | | Merge branch 'jk/parse-options-concat' | Junio C Hamano | 2016-08-03 | 1 | -12/+17 |
|\ \
| |/
|/| |
|
| * | parse_options: allocate a new array when concatenatingjk/parse-options-concat | Jeff King | 2016-07-06 | 1 | -12/+17 |
* | | Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init | Junio C Hamano | 2016-06-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | parse_opt_string_list: stop allocating new strings | Jeff King | 2016-06-13 | 1 | -1/+1 |
* | | Merge branch 'kn/for-each-tag-branch' | Junio C Hamano | 2015-10-05 | 1 | -1/+18 |
|\ \
| |/
|/| |
|
| * | parse-option: rename parse_opt_with_commit() | Karthik Nayak | 2015-08-03 | 1 | -1/+1 |
| * | tag: libify parse_opt_points_at() | Karthik Nayak | 2015-08-03 | 1 | -0/+17 |
* | | parse-options-cb: implement parse_opt_passthru_argv() | Paul Tan | 2015-06-15 | 1 | -0/+20 |
* | | parse-options-cb: implement parse_opt_passthru() | Paul Tan | 2015-06-15 | 1 | -0/+49 |
|/ |
|
* | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 2013-04-25 | 1 | -0/+6 |
* | parseopt: add OPT_NOOP_NOARG | René Scharfe | 2011-09-28 | 1 | -0/+5 |
* | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 | 1 | -1/+1 |
* | Reduce parse-options.o dependencies | Dmitry Ivankov | 2011-08-11 | 1 | -0/+125 |