On Saturday, August 13, 2011, Phlip <[email protected]> wrote: > tx guy- - got a list of tags? > > $ git tag -l -moar > > TagOne 9a03e83hashhashhash > TagTwo 9b03e83hashhashhash > TagThree 8ea330ahashhashhash > > ? > > Just curious...
for x in $(git tag -l); do echo "$x\t$(git rev-parse $x)" done ? -- -PJ -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
