Re: [PATCH v2 1/2] pull --rebase: add --[no-]autostash flag
From: Junio C Hamano <hidden> Date: 2016-06-15 23:08:32
Paul Tan [off-list ref] writes:
Ultimately, git-pull needs to be aware of whether autostash is active
or not (and this means rebase.autostash needs to be looked at as well)
because if autostash is disabled, git-pull needs to perform the
"worktree is clean" check. And this "worktree is clean" check needs to
be done *before* git-fetch and git-rebase is run.