public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* Request for adding a "one-shot" rebase strategy where conflicts are only resolved once
@ 2024-10-03 19:06 Alireza
  2024-10-03 20:15 ` Kristoffer Haugsbakk
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alireza @ 2024-10-03 19:06 UTC (permalink / raw)
  To: git

Sometimes a clean merge is possible but with a rebase, in-between
commits may raise conflicts in which case a conflict must be resolved
for each commit individually, which is not quite productive and at the
end wouldn't add so much in how the resulting history looks like.

With a "one-shot" rebase, a conflict (if any) is made based on the
latest revision, then in-between commits approximated based on that
resolution. This way the history can be roughly preserved with the
same amount of effort while still using a rebase rather than merge.

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

end of thread, other threads:[~2024-10-03 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 19:06 Request for adding a "one-shot" rebase strategy where conflicts are only resolved once Alireza
2024-10-03 20:15 ` Kristoffer Haugsbakk
2024-10-03 21:10   ` Alireza
2024-10-03 21:30 ` Jeff King
2024-10-03 21:30 ` brian m. carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox