]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitd8b8d59054ed5ba2f79d3cb2fad0b5f0bfeb3ac1
treed7433bfd5fbf38f9f2282be27007ecd03019e09e
parent251187084d5ebdb3ba898ba4a8f9b005b7626655
parent767a9c417eb2109dda71995c8fb8a884d3a35e6f
Merge branch 'ag/rebase-avoid-unneeded-checkout'

"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
builtin/rebase.c
sequencer.c
sequencer.h