From: Linus Torvalds Date: Sat, 15 Apr 2006 19:09:56 +0000 (-0700) Subject: Tentative built-in "git show" X-Git-Tag: v1.4.1-rc1~216^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ba1d45051e050cbcf68ccccacea86a4b6ecde731?hp=ba1d45051e050cbcf68ccccacea86a4b6ecde731 Tentative built-in "git show" This uses the "--no-walk" flag that I never actually implemented (but I'm sure I mentioned it) to make "git show" be essentially the same thing as "git whatchanged --no-walk". It just refuses to add more interesting parents to the revision walking history, so you don't actually get any history, you just get the commit you asked for. I was going to add "--no-walk" as a real argument flag to git-rev-list too, but I'm not sure anybody actually needs it. Although it might be useful for porcelain, so I left the door open. [jc: ported to the unified option structure by Linus] Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---