]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pb/pull-rebase-autostash-fix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:28 +0000 (09:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:28 +0000 (09:42 -0800)
"git pull --rebase" ignored the rebase.autostash configuration
variable when the remote history is a descendant of our history,
which has been corrected.

* pb/pull-rebase-autostash-fix:
  pull --rebase: honor rebase.autostash when fast-forwarding

1  2 
builtin/pull.c

diff --cc builtin/pull.c
Simple merge