]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
built-in rebase: use the correct reflog when switching branches
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 3 Mar 2019 17:11:54 +0000 (09:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Mar 2019 04:31:04 +0000 (13:31 +0900)
commiteaf81605b8d17cc15a4a72ffd99d71111b70815b
tree3ef9819971171c9b8a11d64d7c5e00a56614eaf7
parente6aac8177d02691bebedec56376ed17239793f9f
built-in rebase: use the correct reflog when switching branches

By mistake, we used the reflog intended for ORIG_HEAD.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c