git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aneesh Bhasin <contact.aneesh@gmail.com>
To: git@vger.kernel.org
Subject: List of all tags on a branch/remote-repo
Date: Mon, 16 Feb 2009 16:59:12 +0530	[thread overview]
Message-ID: <f662f0210902160329h2ad09ac3r13c64c1e41947e89@mail.gmail.com> (raw)

Hi All,

I have a small question. How do I see all the tags that exist on a
particular branch. eg, if I have two branches : B1 and B2 and B1 has
tags : T1_1, T1_2... and B2 branch has tags T2_1, T2_2... then if I
say :
>git tag
I will see all the tags (T1_1, T1_2, T2_1, T2_2...). How do I see just
the tags that exist on branch B2 ?? Is there a single command for it
or any other way of doing it ?

And extending this concept, if I add a remote tracking repo with the command :
>git remote add linux-2.6.25_DEV1 /home/DEV1//linux-2.6.25_DEV1/.git

then how do i see all the tags that existed in linux-2.6.25_DEV1
without showing all the tags in my git repo ??

Thanks in advance..

Regards,
Aneesh

             reply	other threads:[~2009-02-16 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-16 11:29 Aneesh Bhasin [this message]
2009-02-17 10:17 ` List of all tags on a branch/remote-repo Nanako Shiraishi

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=f662f0210902160329h2ad09ac3r13c64c1e41947e89@mail.gmail.com \
    --to=contact.aneesh@gmail.com \
    --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;
as well as URLs for NNTP newsgroup(s).