On 2010.05.06 03:31:13 -0500, Jonathan Nieder wrote: > Eli Barzilay wrote: > > > An svn feature that I used a lot is `svn cat some-file' -- and with > > git I can get close to that with `git show :some-file' > > git show -- some-file That's the same as "git show HEAD -- some-file" though, which shows a commit with path-limited diff output. While ":some-file" (most likely) identifies a blob, so "git show :some-file" shows the contents stored in that blob. Björn -- 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