>> Just curious... > > for x in $(git tag -l); do > echo "$x\t$(git rev-parse $x)" > done
Nice, tx! BTW bash didn't expand the \t. No biggie... -- 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 [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.
