]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/merge-unstash-only-on-clean-merge'
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Sep 2022 20:40:18 +0000 (13:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Sep 2022 20:40:18 +0000 (13:40 -0700)
The auto-stashed local changes created by "git merge --autostash"
was mixed into a conflicted state left in the working tree, which
has been corrected.

* en/merge-unstash-only-on-clean-merge:
  merge: only apply autostash when appropriate

1  2 
builtin/merge.c

diff --cc builtin/merge.c
Simple merge