projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'mh/multimail'
[git]
/
remote-testsvn.c
diff --git
a/remote-testsvn.c
b/remote-testsvn.c
index
078f1ff
..
6be55cb
100644
(file)
--- a/
remote-testsvn.c
+++ b/
remote-testsvn.c
@@
-78,8
+78,8
@@
static int parse_rev_note(const char *msg, struct rev_note *res)
size_t len;
while (*msg) {
- end = strchr(msg, '\n');
- len = end
? end - msg : strlen(msg)
;
+ end = strchr
nul
(msg, '\n');
+ len = end
- msg
;
key = "Revision-number: ";
if (starts_with(msg, key)) {