From: Junio C Hamano Date: Tue, 18 Dec 2012 19:35:28 +0000 (-0800) Subject: Documentation: Describe "git diff " separately X-Git-Tag: v1.8.1-rc3~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bd52900df474cfbc67c89e3a2fb30e7ed2df8e78?hp=bd52900df474cfbc67c89e3a2fb30e7ed2df8e78 Documentation: Describe "git diff " separately As it was not a common operation, it was described as if it is a side note for the more common two-commit variant, but this mode behaves very differently, e.g. it does not make any sense to ask recursive behaviour, or give the command a pathspec. Signed-off-by: Junio C Hamano ---