All of lore.kernel.org
 help / color / mirror / Atom feed
* check if one branch contains another branch
@ 2020-05-07 22:59 Alexander Mills
  2020-05-07 23:08 ` Junio C Hamano
  2020-05-07 23:31 ` Randall S. Becker
  0 siblings, 2 replies; 12+ messages in thread
From: Alexander Mills @ 2020-05-07 22:59 UTC (permalink / raw)
  To: git

I am looking for a command:

1>  if branch x contains branch y

right now all I can find is

2> if current branch contains commit y

can someone please accomplish #1 ?
Crazy hard to find an answer to #1 online.
The user case is to delete old local branches by comparing them with
the remote integration branch.

more info if needed:
https://stackoverflow.com/questions/61669056/how-to-determine-if-integration-branch-contains-feature-branch

-alex

--
Alexander D. Mills
New cell phone # (415)730-1805
linkedin.com/in/alexanderdmills

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

end of thread, other threads:[~2020-05-08 12:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 22:59 check if one branch contains another branch Alexander Mills
2020-05-07 23:08 ` Junio C Hamano
2020-05-07 23:12   ` Alexander Mills
2020-05-07 23:15     ` Alexander Mills
2020-05-07 23:24     ` brian m. carlson
2020-05-07 23:28       ` Alexander Mills
2020-05-07 23:47         ` brian m. carlson
2020-05-07 23:31 ` Randall S. Becker
2020-05-07 23:37   ` Alexander Mills
2020-05-07 23:41     ` Junio C Hamano
2020-05-08  1:01     ` Alexander Mills
2020-05-08 12:07       ` Randall S. Becker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.