Git development
 help / color / mirror / Atom feed
* search branches which contain a blob id
@ 2009-09-30 12:38 Reto Glauser
  2009-09-30 13:43 ` Tomas Carnecky
  0 siblings, 1 reply; 2+ messages in thread
From: Reto Glauser @ 2009-09-30 12:38 UTC (permalink / raw)
  To: git

To get a list of branches which contain a specific commit we use:

$ git branch --contains <commit id>

Is there a similar way to get a list of branches with respect to a
specific blob (e.g. the actual code change a commit introduces)? 

Obvious use-case: One isn't interested in the commit information (author,
parent, date) but merely in the set of changes a commit introduces.

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

end of thread, other threads:[~2009-09-30 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 12:38 search branches which contain a blob id Reto Glauser
2009-09-30 13:43 ` Tomas Carnecky

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