commit | 800644c5cb3aad99a229a09112f42fa88b63c1c4 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 20 08:29:13 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 20 08:29:13 2005 -0700 |
tree | 8273c6e88004a86de60bca391f0891e46265e66f | |
parent | fc4263ce4b6a613622dbe985a8e6aca015789cf1 [diff] |
git-rev-parse: parse ".." before simple SHA1's This fixes "<hexsha1>..*", since get_sha1() will happily ignore any garbage at the end and thus we never got to the ".." check before.