Re: [PATCH v5] pull --rebase: add --[no-]autostash flag

2016-03-07 Thread Junio C Hamano
Mehul Jain writes: > If rebase.autoStash configuration variable is set, there is no way to > override it for "git pull --rebase" from the command line. > > Teach "git pull --rebase" the --[no-]autostash command line flag which > overrides the current value of

[PATCH v5] pull --rebase: add --[no-]autostash flag

2016-03-07 Thread Mehul Jain
If rebase.autoStash configuration variable is set, there is no way to override it for "git pull --rebase" from the command line. Teach "git pull --rebase" the --[no-]autostash command line flag which overrides the current value of rebase.autoStash, if set. As "git rebase" understands the