Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix extended short SHA1 name completion
author
Linus Torvalds
<torvalds@osdl.org>
Mon, 19 Sep 2005 22:16:03 +0000
(15:16 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 20 Sep 2005 22:04:19 +0000
(15:04 -0700)
get_sha1() would not do sha1 completion of short SHA1's when they were
part of a more complex expression. So doing
git-rev-parse
727132834e6be48a93c1bd6458a29d474ce7d5d5
^
would work, and return
87c6aeb4efdd4355918d127a91bd0adc5a02f8ff
. But using
the shorthand version
git-rev-list 72713^
wouldn't work.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
raw
|
patch
| inline |
side by side
(from:
af61c6e
)
No differences found