Git development
 help / color / mirror / Atom feed
* Determining if two commits are on a separate branch
@ 2008-06-27 14:55 Adr3nal D0S
  2008-06-27 15:13 ` Michael J Gruber
  2008-06-27 15:17 ` Santi Béjar
  0 siblings, 2 replies; 3+ messages in thread
From: Adr3nal D0S @ 2008-06-27 14:55 UTC (permalink / raw)
  To: git

We are making extensive use of submodules at work and we have created
a number of extra scripts to simplify our usage.  For example, there
is git-rstatus, which recursively reports status of all submodules.

I am working on another script to check whether or not a change to any
submodules jump branches.  If we have commits like this:

A--B--C
   \--D

I don't care if a submodule moves from A to C or B to C, but I do care
if a commit of the super-project would cause a jump from D to C or
revert from C to B, effectively dropping previously committed code on
the floor.

So, is there a "correct" or "best" way to determine if one commit's
SHA follows directly from another's SHA in the commit history?

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

end of thread, other threads:[~2008-06-27 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27 14:55 Determining if two commits are on a separate branch Adr3nal D0S
2008-06-27 15:13 ` Michael J Gruber
2008-06-27 15:17 ` Santi Béjar

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