]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ag/rebase-avoid-unneeded-checkout'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:20 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:21 +0000 (12:54 -0800)
"git rebase -i" (and friends) used to unnecessarily check out the
tip of the branch to be rebased, which has been corrected.

* ag/rebase-avoid-unneeded-checkout:
  rebase -i: stop checking out the tip of the branch to rebase

1  2 
builtin/rebase.c
sequencer.c
sequencer.h

Simple merge
diff --cc sequencer.c
Simple merge
diff --cc sequencer.h
Simple merge