Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: propagate remote and refspec with --recurse-submodules
[gitweb.git]
/
builtin
/
receive-pack.c
diff --git
a/builtin/receive-pack.c
b/builtin/receive-pack.c
index fb2a090a0ce464cf6f663fa367c4859bd3a5f619..aca9c33d8d867d7e507f10e2eae5617b23956cdf 100644
(file)
--- a/
builtin/receive-pack.c
+++ b/
builtin/receive-pack.c
@@
-1524,7
+1524,7
@@
static void queue_commands_from_cert(struct command **tail,
while (boc < eoc) {
const char *eol = memchr(boc, '\n', eoc - boc);
- tail = queue_command(tail, boc, eol ? eol - boc : eoc -
eol
);
+ tail = queue_command(tail, boc, eol ? eol - boc : eoc -
boc
);
boc = eol ? eol + 1 : eoc;
}
}