Merge branch 'jc/doc-diff-blobs'
commit814a1924b4ff5bae8aecb4222e6cefc58331527c
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2012 23:19:13 +0000 (21 15:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2012 23:19:13 +0000 (21 15:19 -0800)
tree24b42033898b65c84aaa93d80ab0bb11eb2442a4
parent51bf6bea513fc41b615d80512d37227f1983cb70
parentbd52900df474cfbc67c89e3a2fb30e7ed2df8e78
Merge branch 'jc/doc-diff-blobs'

"git diff <blob> <blob>" was not documented and was only hinted as
an extension to "git diff <commit> <commit> -- <pathspec>", but
comparison between two blobs are more special than that.  It does
not take any pathspec to begin with.

* jc/doc-diff-blobs:
  Documentation: Describe "git diff <blob> <blob>" separately