Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: handle filenames with dq correctly
[gitweb.git]
/
object.c
diff --git
a/object.c
b/object.c
index 2eda53cc6144430f5fcf4b93e80fac9b9e147bfd..7e1f2bbed2ad7f331fefc78d759acb14050bea48 100644
(file)
--- a/
object.c
+++ b/
object.c
@@
-199,7
+199,7
@@
struct object *parse_object(const unsigned char *sha1)
return NULL;
}
- obj = parse_object_buffer(
repl
, type, size, buffer, &eaten);
+ obj = parse_object_buffer(
sha1
, type, size, buffer, &eaten);
if (!eaten)
free(buffer);
return obj;