Documentation: Describe "git diff <blob> <blob>" separately
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2012 19:35:28 +0000 (11:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2012 19:35:28 +0000 (11:35 -0800)
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 <gitster@pobox.com>
No differences found