Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-archive: wire up ZIP format.
[gitweb.git]
/
http-fetch.c
diff --git
a/http-fetch.c
b/http-fetch.c
index 6806f3678c2878d5d2550750394a998b2c5d54db..fac17607b442c5bf1e1d21c27ae9a2b6c473358c 100644
(file)
--- a/
http-fetch.c
+++ b/
http-fetch.c
@@
-787,7
+787,7
@@
static int remote_ls(struct alt_base *repo, const char *path, int flags,
ls.flags = flags;
ls.repo = repo;
- ls.path = strdup(path);
+ ls.path =
x
strdup(path);
ls.dentry_name = NULL;
ls.dentry_flags = 0;
ls.userData = userData;