> > for x in $(git tag -l); do
> >    echo "$x\t$(git rev-parse $x)"
> > done

BTW that turns out to be:

  git show-ref --tags

Awesome bash bashing, though!

Now I'm still trying to go from a hashtag to a tag. I'll see if I can
follow up when I find it - it should be easy, right?

  git show-ref --tags | grep de049647a1ea285ce7791dc4ebf01ddfc564ddad

> --
>  Phlip
>  http://c2.com/cgi/wiki?ZeekLand

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to