commit | 0c783f66df9470ec789825ca3df8fb2922c3c8bd | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Aug 28 21:47:08 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 28 21:47:08 2007 -0700 |
tree | 65d91dad0c0ac09031c7dca4cd11b96b4045b809 | |
parent | 9d5fc59d120e2779ebe9ad0c947363785f1856b8 [diff] |
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>