Sam Vilain wrote: > this_tree=`git-cat-file commit $commit | awk '/^tree/ { print $2; exit }'` Of course on newer git, `git-rev-parse $commit:` will do that. Sam. - 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