From: Reto Glauser <linux@blinkeye.ch>
To: <git@vger.kernel.org>
Subject: search branches which contain a blob id
Date: Wed, 30 Sep 2009 14:38:30 +0200 [thread overview]
Message-ID: <8a906e45ab8e0252a0be11e4d4e9389e@blinkeye.ch> (raw)
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.
next reply other threads:[~2009-09-30 12:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-30 12:38 Reto Glauser [this message]
2009-09-30 13:43 ` search branches which contain a blob id Tomas Carnecky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8a906e45ab8e0252a0be11e4d4e9389e@blinkeye.ch \
--to=linux@blinkeye.ch \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox