projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'mh/shorten-unambigous-ref'
[git]
/
replace_object.c
diff --git
a/replace_object.c
b/replace_object.c
index
d0b1548
..
cdcaf8c
100644
(file)
--- a/
replace_object.c
+++ b/
replace_object.c
@@
-97,9
+97,6
@@
const unsigned char *do_lookup_replace_object(const unsigned char *sha1)
int pos, depth = MAXREPLACEDEPTH;
const unsigned char *cur = sha1;
- if (!read_replace_refs)
- return sha1;
-
prepare_replace_object();
/* Try to recursively replace the object */