Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pk/test-avoid-pipe-hiding-exit-status'
[gitweb.git]
/
http.c
diff --git
a/http.c
b/http.c
index 9304045b6cc4a8a6d5c7d38e7255cf8342958bef..833321a34072efa469782577ff3993f9915e847f 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-2136,7
+2136,7
@@
int finish_http_pack_request(struct http_pack_request *preq)
return -1;
}
- install_packed_git(p);
+ install_packed_git(
the_repository,
p);
free(tmp_idx);
return 0;
}