Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fifth batch for 2.14
[gitweb.git]
/
http-backend.c
diff --git
a/http-backend.c
b/http-backend.c
index d6ea60753395c519ef6af3b88f1287b5254f4a22..ba5ff1aa2994633c055611ce566ea8cf3c09e8cc 100644
(file)
--- a/
http-backend.c
+++ b/
http-backend.c
@@
-431,7
+431,7
@@
static int show_text_ref(const char *name, const struct object_id *oid,
{
const char *name_nons = strip_namespace(name);
struct strbuf *buf = cb_data;
- struct object *o = parse_object(oid
->hash
);
+ struct object *o = parse_object(oid);
if (!o)
return 0;