/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'jc/t1512-fix'
[git/git.git]
/
sha1_name.c
diff --git
a/sha1_name.c
b/sha1_name.c
index
90419ef
..
1a75fac
100644
(file)
--- a/
sha1_name.c
+++ b/
sha1_name.c
@@
-241,7
+241,7
@@
static int disambiguate_committish_only(const unsigned char *sha1, void *cb_data
return 0;
/* We need to do this the hard way... */
return 0;
/* We need to do this the hard way... */
- obj = deref_tag(
lookup
_object(sha1), NULL, 0);
+ obj = deref_tag(
parse
_object(sha1), NULL, 0);
if (obj && obj->type == OBJ_COMMIT)
return 1;
return 0;
if (obj && obj->type == OBJ_COMMIT)
return 1;
return 0;