On Sat, Jan 26, 2008 at 10:22:58PM -0600, Bill Lear wrote: > How can I do the equivalent of 'cvs co -r <commit> -p <file>' in git? > I want to see the entire contents of a file as it existed after a > particular commit was introduced. Try 'git show <commit>:<file>'. -Peff - 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