* git pull --rebase --autostash
@ 2016-01-08 15:24 Federico Bond
2016-01-11 21:03 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Federico Bond @ 2016-01-08 15:24 UTC (permalink / raw)
To: git
Hi,
I was looking through the changes in 2.7 and learned about the very
useful autostash feature of git rebase which was present since git
1.8.4.
I was wondering if there has been discussion about adding the same
flag(s) for use with git pull --rebase. It seems odd that git pull
--rebase honors the rebase.autostash config setting but there is no
way to override it with a flag.
If you are OK with this, I can work on a patch to add --[no-]autostash
to git pull.
Thanks,
Federico Bond
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git pull --rebase --autostash
2016-01-08 15:24 git pull --rebase --autostash Federico Bond
@ 2016-01-11 21:03 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2016-01-11 21:03 UTC (permalink / raw)
To: Federico Bond; +Cc: git
On Fri, Jan 08, 2016 at 12:24:09PM -0300, Federico Bond wrote:
> I was looking through the changes in 2.7 and learned about the very
> useful autostash feature of git rebase which was present since git
> 1.8.4.
>
> I was wondering if there has been discussion about adding the same
> flag(s) for use with git pull --rebase. It seems odd that git pull
> --rebase honors the rebase.autostash config setting but there is no
> way to override it with a flag.
>
> If you are OK with this, I can work on a patch to add --[no-]autostash
> to git pull.
I don't use either feature myself, but I agree that we generally like to
have matching command line flags to countermand config options.
I seem to recall another thread recently where somebody wanted to pass
an option to rebase via "git pull", but I can't seem to dig it up just
now. Having a generic way to pass such options seems like it could be
useful, though (e.g., "--keep-empty" might be useful).
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-11 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 15:24 git pull --rebase --autostash Federico Bond
2016-01-11 21:03 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).