Dear Junio, in message <7vaca31z50.fsf@xxxxxxxxxxxxxxxxxxxxxxxx> you wrote: > > I suspect there is no need to manufacture the tag. Something > like this should do. Great! Thanks a lot. > *WARNING* Since I do not do Porcelain, and I am not a Cogito > user, this is obviously untested. In addition, I am seriously > drunk right now... Good enough. This one actually works: > -- >8 -- > [PATCH] (cogito) Auto-follow lightweight tags as well. --- a/cg-fetchG 2006-04-10 19:14:14.000000000 +0200 +++ b/cg-fetch 2006-04-30 14:35:03.000000000 +0200 @@ -211,7 +211,8 @@ git-ls-remote --tags "$uri" | # SHA1 refs/tags/v0.99.8^{} --> SHA1 tags/v0.99.8 # where SHA1 is the object v0.99.8 tag points at. - sed -ne 's:\([^ ]\) refs/\(tags/.*\)^{}$:\1 \2:p' | + sed -n -e 's:\([^ ]\) refs/\(tags/.*\)^{}$:\1 \2:p' \ + -e 's:\([^ ]\) refs/\(tags/.*\)$:\1 \2:p' | \ while read sha1 tagname; do # Do we have the tag itself? [ -s "$_git/refs/$tagname" ] && continue Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@xxxxxxx It's hard to think of you as the end result of millions of years of evolution. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html