Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename sha1_array to oid_array
[gitweb.git]
/
remote-curl.c
diff --git
a/remote-curl.c
b/remote-curl.c
index 5e712e4aa1365048a9a8b24d32343acefe09c39d..82a019d7db79a76f499604ae41dac44693aaab03 100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-163,7
+163,7
@@
struct discovery {
char *buf;
size_t len;
struct ref *refs;
- struct
sha1
_array shallow;
+ struct
oid
_array shallow;
unsigned proto_git : 1;
};
static struct discovery *last_discovery;