[git-users] Re: git tag -l - where are the associated

2011-08-23 Thread Phlip
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

Re: [git-users] Re: git tag -l - where are the associated

2011-08-23 Thread Adam Prescott
On Tue, Aug 23, 2011 at 6:43 PM, Phlip phlip2...@gmail.com wrote: 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 If the tag is the only ref for

[git-users] Re: git tag -l - where are the associated

2011-08-13 Thread Antony
On Aug 13, 5:29 pm, Harry Hornreich harryh...@gmail.com wrote: Do git push --tags git push remote tagname to push a single tag, also. Antonys -- 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

Re: [git-users] Re: git tag -l - where are the associated

2011-08-13 Thread Phlip
tx guy- - got a list of tags? $ git tag -l -moar TagOne 9a03e83hashhashhash TagTwo 9b03e83hashhashhash TagThree 8ea330ahashhashhash ? Just curious... --   Phlip   http://c2.com/cgi/wiki?ZeekLand -- You received this message because you are subscribed to the Google