]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bw/rebase-autostash-keep-current-branch'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:19:32 +0000 (13:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:19:32 +0000 (13:19 +0900)
commit974bdb02058a82b57bcfebe184f57ebe74eecac5
treebc8e05ab280e94161f026f5e0bf533e07693b5db
parent9755f70fe6498a4eaae2b9c63e91caa0fd97cb5a
parentbf1e28e0ad9b1d0d04203ebc43b9008de1969503
Merge branch 'bw/rebase-autostash-keep-current-branch'

"git rebase --autostash <upstream> <branch>", when <branch> is
different from the current branch, incorrectly moved the tip of the
current branch, which has been corrected.

* bw/rebase-autostash-keep-current-branch:
  builtin/rebase.c: Remove pointless message
  builtin/rebase.c: make sure the active branch isn't moved when autostashing
builtin/rebase.c