Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Unfortunately, one cannot (as of now) use result of git-describe as > <commit-ish>. I'd rather have it fixed, than port idea from _centralized_ > SCM do distributed SCM. This doesn't work? git log $(git describe | cut -d- -f2 | sed 's/^g//') Its obviously so clear and easy to type! :-) That should be pretty easy to teach sha1_name.c:get_sha1_basic to look for the pattern commonly used by git-describe, break on "-g", verify the tag, then unabbreviate the ID. -- Shawn. - To unsubscribe from this list: 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