Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: fix reconnections to different paths of svn:// repositories
[gitweb.git]
/
http-fetch.c
diff --git
a/http-fetch.c
b/http-fetch.c
index d9a4561c8c8e2eff9fe5afcb19dafef3c04962aa..e6cd11db737e1ed79c3b60d33674c6e0ce38af55 100644
(file)
--- a/
http-fetch.c
+++ b/
http-fetch.c
@@
-718,7
+718,7
@@
static int fetch_indices(struct alt_base *repo)
i++;
if (i + 52 <= buffer.posn &&
!prefixcmp(data + i, " pack-") &&
- !
strncmp(data + i + 46, ".pack\n", 6
)) {
+ !
prefixcmp(data + i + 46, ".pack\n"
)) {
get_sha1_hex(data + i + 6, sha1);
setup_index(repo, sha1);
i += 51;