git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New `--reapply-cherry-picks` warning
@ 2022-02-02  8:56 Σταύρος Ντέντος
  2022-02-02 19:03 ` Philippe Blain
  0 siblings, 1 reply; 3+ messages in thread
From: Σταύρος Ντέντος @ 2022-02-02  8:56 UTC (permalink / raw)
  To: git

Hello there,

I have noticed the new warning that's coming in the
https://github.com/git/git/commit/767a4ca648f8791c1fb623bd9f79fd8d7f026499

I am currently using the `[pull] rebase = true` option; and basically
that warning is also coming every time I am pulling.
I have tried doing `git pull --reapply-cherry-picks`; however, it
seems that the `git pull` cannot pass options to the underlying `git
rebase` invocation.

I noticed that there is no way to "set" the `--reapply-cherry-picks`
in the gitconfig options.

I prefer the rebase backend for the `git pull`; however, I see no way
of doing "what I want", with the exception of:
git fetch --all ; git rebase --reapply-cherry-picks

Which is two steps, technically.

Also with every rebase I am doing, I'd have to remember that.
And it is probably not possible (by design) to do `alias.rebase =
rebase --reapply-cherry-picks` - which I understand.
(however, allowing aliases like `alias.x = x --cmd-opts` does not
sound "so bad" with me)

Would you consider adding a configuration option for the
`--reapply-cherry-picks`?

With regards,
Ntentos Stavros

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-02 22:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02  8:56 New `--reapply-cherry-picks` warning Σταύρος Ντέντος
2022-02-02 19:03 ` Philippe Blain
2022-02-02 22:11   ` Σταύρος Ντέντος

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).