Re: [PATCH] Add --no-autostash flag to git pull --rebase

2016-02-26 Thread Mehul Jain
Hi, Thank you for the suggestions. On Fri, Feb 26, 2016 at 6:17 PM, Paul Tan wrote: > Some grammatical/spelling nits below: Many apologies for my English. > I think git-pull's documentation should be updated as well to talk > about this new command-line switch. OK. >>

Re: [PATCH] Add --no-autostash flag to git pull --rebase

2016-02-26 Thread Paul Tan
On Fri, Feb 26, 2016 at 7:23 PM, Mehul Jain <mehul.jain2...@gmail.com> wrote: > Subject: [PATCH] Add --no-autostash flag to git pull --rebase We usually don't capitalize the first word of the commit title. We also usually prefix the commit title with the relevant subsystem, file or co

[PATCH] Add --no-autostash flag to git pull --rebase

2016-02-26 Thread Mehul Jain
git pull --rebase now understand --no-autostash flag. If directory is found to be dirty then command will die. This flag override "rebase.autostash" configuration(if set). If this flag is not passed in command line then default behaviour is choosen, given by "rebase.autostash"(if