Age | Commit message (Expand) | Author | Files | Lines |
2021-09-20 | Merge branch 'ds/mergies-with-sparse-index' | Junio C Hamano | 1 | -0/+3 |
2021-09-09 | sparse-index: integrate with cherry-pick and rebase | Derrick Stolee | 1 | -0/+3 |
2021-08-05 | revision: separate walk and unsorted flags | Patrick Steinhardt | 1 | -1/+2 |
2021-03-31 | sequencer: fix edit handling for cherry-pick and revert messages | Elijah Newren | 1 | -3/+1 |
2020-11-18 | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 1 | -0/+7 |
2020-11-02 | merge,rebase,revert: select ort or recursive by config or environment | Elijah Newren | 1 | -0/+7 |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2019-07-19 | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 1 | -0/+5 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -1/+1 |
2019-07-02 | cherry-pick/revert: add --skip option | Rohit Ashiwal | 1 | -0/+5 |
2019-04-19 | cherry-pick/revert: add scissors line on merge conflict | Denton Liu | 1 | -0/+7 |
2019-04-02 | checkout: inform the user when removing branch state | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -4/+4 |
2018-11-12 | branch.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | sequencer.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-12 | parse-options: replace opterror() with optname() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-20 | Merge branch 'nd/cherry-pick-quit-fix' | Junio C Hamano | 1 | -2/+7 |
2018-08-16 | cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
2017-12-13 | sequencer: improve config handling | Phillip Wood | 1 | -13/+2 |
2017-11-24 | sequencer: load commit related config | Phillip Wood | 1 | -2/+13 |
2017-08-02 | cherry-pick/revert: reject --rerere-autoupdate when continuing | Phillip Wood | 1 | -0/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-03-17 | Merge branch 'jk/cherry-pick-0-mainline' | Junio C Hamano | 1 | -1/+20 |
2017-03-15 | cherry-pick: detect bogus arguments to --mainline | Jeff King | 1 | -1/+20 |
2016-10-21 | sequencer: get rid of the subcommand field | Johannes Schindelin | 1 | -20/+16 |
2016-10-21 | sequencer: plug memory leaks for the option values | Johannes Schindelin | 1 | -0/+4 |
2016-10-17 | sequencer: use static initializers for replay_opts | Johannes Schindelin | 1 | -4/+2 |
2016-07-06 | parse_options: allocate a new array when concatenating | Jeff King | 1 | -9/+4 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2014-01-27 | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 1 | -0/+2 |
2013-10-23 | Merge branch 'hu/cherry-pick-previous-branch' | Junio C Hamano | 1 | -2/+2 |
2013-10-10 | cherry-pick: handle "-" after parsing options | Jeff King | 1 | -2/+2 |
2013-09-20 | Merge branch 'hu/cherry-pick-previous-branch' | Junio C Hamano | 1 | -0/+2 |
2013-09-09 | cherry-pick: allow "-" as abbreviation of '@{-1}' | Hiroshige Umino | 1 | -0/+2 |
2013-08-07 | revert: use the OPT_CMDMODE for parsing, reducing code | Stefan Beller | 1 | -47/+15 |
2013-07-19 | Add the LAST_ARG_MUST_BE_NULL macro | Ramsay Jones | 1 | -2/+2 |
2013-07-09 | use "sentinel" function attribute for variadic lists | Jeff King | 1 | -0/+2 |
2013-04-24 | cherry-pick/revert: make usage say '<commit-ish>...' | Kevin Bracey | 1 | -2/+2 |
2012-09-10 | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 1 | -1/+1 |
2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -19/+19 |
2012-08-30 | cherry-pick/revert: respect order of revisions to pick | Martin von Zweigbergk | 1 | -1/+1 |
2012-08-30 | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 1 | -1/+1 |
2012-08-20 | i18n: revert, cherry-pick: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -18/+18 |
2012-08-06 | cherry-pick: add --allow-empty-message option | Chris Webb | 1 | -0/+2 |
2012-04-30 | Merge branch 'nh/empty-rebase' | Junio C Hamano | 1 | -0/+8 |
2012-04-27 | Merge branch 'cb/cherry-pick-rev-path-confusion' | Junio C Hamano | 1 | -1/+4 |
2012-04-24 | git-cherry-pick: Add keep-redundant-commits option | Neil Horman | 1 | -1/+7 |