-
- Downloads
Merge branch 'js/sequencer-and-root-commits'
The implementation of "git rebase -i --root" has been updated to use the sequencer machinery more. * js/sequencer-and-root-commits: rebase --rebase-merges: root commits can be cousins, too rebase --rebase-merges: a "merge" into a new root is a fast-forward sequencer: allow introducing new root commits rebase -i --root: let the sequencer handle even the initial part sequencer: learn about the special "fake root commit" handling sequencer: extract helper to update active_cache_tree
No related branches found
No related tags found
Showing
- git-rebase--interactive.sh 3 additions, 1 deletiongit-rebase--interactive.sh
- sequencer.c 181 additions, 25 deletionssequencer.c
- sequencer.h 4 additions, 0 deletionssequencer.h
- t/t3404-rebase-interactive.sh 13 additions, 6 deletionst/t3404-rebase-interactive.sh
- t/t3421-rebase-topology-linear.sh 3 additions, 3 deletionst/t3421-rebase-topology-linear.sh
- t/t3430-rebase-merges.sh 72 additions, 0 deletionst/t3430-rebase-merges.sh
Please register or sign in to comment