Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ds/commit-graph-assert-missing-parents'
[gitweb.git]
/
transport-helper.c
diff --git
a/transport-helper.c
b/transport-helper.c
index bf225c698fac81a9a94eff6d3371988ac4ff0bac..4702e150f0ef8f5f2253d64dad0abf6906867233 100644
(file)
--- a/
transport-helper.c
+++ b/
transport-helper.c
@@
-1026,7
+1026,8
@@
static int push_refs(struct transport *transport,
}
-static int has_attribute(const char *attrs, const char *attr) {
+static int has_attribute(const char *attrs, const char *attr)
+{
int len;
if (!attrs)
return 0;