From: Thomas Rast <trast@student.ethz.ch>
To: martin f krafft <madduck@madduck.net>
Cc: git discussion list <git@vger.kernel.org>
Subject: Re: Find the next tag on a given branch
Date: Thu, 9 Sep 2010 10:07:35 +0200 [thread overview]
Message-ID: <201009091007.35275.trast@student.ethz.ch> (raw)
In-Reply-To: <20100909052841.GA16722@fishbowl.rw.madduck.net>
martin f krafft wrote:
> The alternative is
>
> git describe --contains mycommit --pattern='debian/*'
Maybe
git tag --contains mycommit | grep ^debian/
?
--
Thomas Rast
trast@{inf,student}.ethz.ch
next prev parent reply other threads:[~2010-09-09 8:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-09 5:28 Find the next tag on a given branch martin f krafft
2010-09-09 8:07 ` Thomas Rast [this message]
2010-09-09 9:34 ` martin f krafft
2010-09-09 16:12 ` Artur Skawina
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=201009091007.35275.trast@student.ethz.ch \
--to=trast@student.ethz.ch \
--cc=git@vger.kernel.org \
--cc=madduck@madduck.net \
/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 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.