On Wed, 5 Jun 2013 22:35:44 +0800
lei yang <yanglei.f...@gmail.com> wrote:

> any help ?
> 
> On Tue, Jun 4, 2013 at 11:24 AM, lei yang <yanglei.f...@gmail.com>
> wrote:
> 
> > list all the branch that contains commit title is "xxxx yyyy" note:
> > the commit-id is not the same though
> > the commit content is the same in different branch

Well, if you're looking for a ready-made Git command to do this, you're
possibly out of luck.

But I fail to see what's the problem with scripting that: reading the
output of `git for-each-ref 'refs/heads/*'` could be combined with calls
to `git log --grep="^xxxx yyyy"`.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to