git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* "bubbling up" patches in a commit sequence.
@ 2022-08-13  8:45 demerphq
  2022-08-14  6:43 ` Jeff King
  2022-08-15 12:25 ` Johannes Schindelin
  0 siblings, 2 replies; 3+ messages in thread
From: demerphq @ 2022-08-13  8:45 UTC (permalink / raw)
  To: Git

Hi all,

I keep finding myself using interactive rebase to try to find the
earliest place in a change sequence that a given commit can be placed
without conflicting with any other patch. When I am tired I do this by
repeatedly moving the given commit up by one or two lines manually and
then letting rebase interactive apply the new ordering, when it
conflicts I abort and stop and either leave the patch in its new
position or more likely use the "fixup" option to merge it with the
patch it conflicts with. Sometimes when I am more awake I try to do a
binary search pattern :-), but regardless the process is tedius. I
call this "bubbling up a patch".

In general I do this when I want to find a "fixup" pair that should be
merged together before the PR is pushed, but there are other reasons,
sometimes a PR contains a number of sub topics which are evolving and
using this technique  can help the patches related to different sub
topics be grouped together for easier review.

Anybody created tooling to do something like this? Or suggestions on
how to approach it efficiently?

For instance i would love to have tool that could give me a list of
the patches in my topic branch with information about which commits
they have to be after to not conflict (or some other way to understand
the "conflict properties" of the commit graph), and a way to move a
commit to the earliest position in the patch sequence where it would
not commit.

Please forgive me for not using the correct specialist git jargon for
these concepts, if there is any.

cheers,
Yves
-- 
perl -Mre=debug -e "/just|another|perl|hacker/"

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

end of thread, other threads:[~2022-08-15 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13  8:45 "bubbling up" patches in a commit sequence demerphq
2022-08-14  6:43 ` Jeff King
2022-08-15 12:25 ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).