Age | Commit message (Expand) | Author | Files | Lines |
2019-04-02 | checkout: inform the user when removing branch state | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2019-03-20 | Merge branch 'js/rebase-orig-head-fix' | Junio C Hamano | 1 | -16/+22 |
2019-03-20 | rebase: remove the rebase.useBuiltin setting | Ævar Arnfjörð Bjarmason | 1 | -39/+11 |
2019-03-12 | rebase: deprecate --preserve-merges | Johannes Schindelin | 1 | -2/+6 |
2019-03-04 | built-in rebase: set ORIG_HEAD just once, before the rebase | Johannes Schindelin | 1 | -13/+18 |
2019-03-04 | built-in rebase: use the correct reflog when switching branches | Johannes Schindelin | 1 | -1/+1 |
2019-03-04 | built-in rebase: no need to check out `onto` twice | Johannes Schindelin | 1 | -2/+2 |
2019-02-22 | trace2:data: add subverb for rebase | Jeff Hostetler | 1 | -0/+17 |
2019-02-11 | Fix typos in translatable strings for v2.21.0 | Jean-Noël Avila | 1 | -1/+1 |
2019-02-08 | Merge branch 'js/rebase-i-redo-exec-fix' | Junio C Hamano | 1 | -21/+0 |
2019-02-06 | Merge branch 'pw/rebase-x-sanity-check' | Junio C Hamano | 1 | -0/+17 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -7/+7 |
2019-02-06 | Merge branch 'js/rebase-am' | Junio C Hamano | 1 | -125/+311 |
2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -20/+10 |
2019-02-06 | Revert "rebase: introduce a shortcut for --reschedule-failed-exec" | Johannes Schindelin | 1 | -21/+0 |
2019-02-05 | Merge branch 'pw/no-editor-in-rebase-i-implicit' | Junio C Hamano | 1 | -2/+3 |
2019-01-29 | rebase -x: sanity check command | Phillip Wood | 1 | -0/+17 |
2019-01-29 | Merge branch 'os/rebase-runs-post-checkout-hook' | Junio C Hamano | 1 | -2/+10 |
2019-01-29 | Merge branch 'js/rebase-i-redo-exec' | Junio C Hamano | 1 | -1/+41 |
2019-01-28 | implicit interactive rebase: don't run sequence editor | Phillip Wood | 1 | -2/+3 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-18 | built-in rebase: call `git am` directly | Johannes Schindelin | 1 | -0/+179 |
2019-01-18 | rebase: teach `reset_head()` to optionally skip the worktree | Johannes Schindelin | 1 | -1/+7 |
2019-01-18 | rebase: avoid double reflog entry when switching branches | Johannes Schindelin | 1 | -3/+4 |
2019-01-18 | rebase: move `reset_head()` into a better spot | Johannes Schindelin | 1 | -119/+119 |
2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2019-01-07 | rebase: implement --merge via the interactive machinery | Elijah Newren | 1 | -9/+6 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -8/+9 |
2019-01-02 | rebase: run post-checkout hook on checkout | Orgad Shaneh | 1 | -2/+10 |
2018-12-28 | git-rebase, sequencer: extend --quiet option for the interactive machinery | Elijah Newren | 1 | -4/+1 |
2018-12-28 | rebase: fix incompatible options error message | Elijah Newren | 1 | -7/+3 |
2018-12-28 | rebase: make builtin and legacy script error messages the same | Elijah Newren | 1 | -5/+5 |
2018-12-11 | rebase: introduce a shortcut for --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+21 |
2018-12-11 | rebase: add a config option to default to --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+5 |
2018-12-11 | rebase: introduce --reschedule-failed-exec | Johannes Schindelin | 1 | -1/+15 |
2018-12-01 | Merge branch 'rt/rebase-in-c-message-fix' | Junio C Hamano | 1 | -2/+2 |
2018-12-01 | Merge branch 'js/rebase-stat-unrelated-fix' | Junio C Hamano | 1 | -6/+12 |
2018-12-01 | builtin/rebase.c: remove superfluous space in messages | Ralf Thielow | 1 | -2/+2 |
2018-11-30 | rebase --stat: fix when rebasing to an unrelated history | Johannes Schindelin | 1 | -6/+12 |
2018-11-30 | rebase: fix GIT_REFLOG_ACTION regression | Johannes Schindelin | 1 | -3/+26 |
2018-11-21 | Merge branch 'js/builtin-rebase-perf-fix-err-fix' | Junio C Hamano | 1 | -1/+2 |
2018-11-21 | rebase: warn about the correct tree's OID | Johannes Schindelin | 1 | -1/+2 |
2018-11-18 | Merge branch 'ab/rebase-in-c-escape-hatch' | Junio C Hamano | 1 | -1/+4 |
2018-11-18 | Merge branch 'js/rebase-am-options' | Junio C Hamano | 1 | -63/+45 |
2018-11-18 | Merge branch 'js/rebase-r-and-merge-head' | Junio C Hamano | 1 | -0/+3 |
2018-11-18 | Merge branch 'js/builtin-rebase-perf-fix' | Junio C Hamano | 1 | -33/+46 |
2018-11-18 | Merge branch 'js/rebase-autostash-detach-fix' | Junio C Hamano | 1 | -1/+2 |
2018-11-16 | tests: add a special setup where rebase.useBuiltin is off | Ævar Arnfjörð Bjarmason | 1 | -1/+4 |
2018-11-16 | rebase: validate -C<n> and --whitespace=<mode> parameters early | Johannes Schindelin | 1 | -1/+11 |