Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update mailmap to spell out "Alexander Kuleshov"
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 08bcd3a4eba42d2e72b9d84ec89e190c763300fa..862f63f4e1a5250d3d701699e4c5bb4e71a6b2e9 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-117,7
+117,7
@@
static void insert_packed_refs(const char *packed_refs, struct ref **list)
return;
}
- if (
hexval(buffer[0]) > 0xf
)
+ if (
!isxdigit(buffer[0])
)
continue;
len = strlen(buffer);
if (len && buffer[len - 1] == '\n')