On Fri, Feb 26, 2016 at 7:23 PM, Mehul Jain <mehul.jain2...@gmail.com> wrote:
> With this patch, git pull --rebase will understand --no-autostash command 
> line flag.
> This flag will override "rebase.autostash" configuration(if set) and leads to 
> a
> failure if current working directory is dirty. If "rebase.autostash" is not 
> configured
> and no flag is passed then by default command will die if directory is to be 
> dirty, before
> even calling rebase.
>
> I am also thinking of adding a "--autostash" flag for git pull --rebase, 
> which will
> override "rebase.autostash" configuration(if set false) and will pass 
> --autostash to
> git rebase. I would like to know your opinion on this option.

That was the point of the microproject ;-). --[no-]autostash means
both --autostash and --no-autostash.

Thanks,
Paul
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to