]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-diff.txt
Documentation/git-diff: A..B and A...B cannot take tree-ishes
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2007 04:47:08 +0000 (21:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2007 04:47:08 +0000 (21:47 -0700)
commit0c783f66df9470ec789825ca3df8fb2922c3c8bd
tree65d91dad0c0ac09031c7dca4cd11b96b4045b809
parent9d5fc59d120e2779ebe9ad0c947363785f1856b8
Documentation/git-diff: A..B and A...B cannot take tree-ishes

As pointed out by Linus, these notations require the endpoints
given by the end user to be commits.  Clarify.

Also, three-dots in AsciiDoc are turned into ellipses unless
quoted with bq.  Be careful.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-diff.txt