Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/enable-i18n'
[gitweb.git]
/
http-fetch.c
diff --git
a/http-fetch.c
b/http-fetch.c
index 9719d586993066563e80639dc299dccf80388e4d..ba3ea106708de01fc933e6743ab109bef2697f75 100644
(file)
--- a/
http-fetch.c
+++ b/
http-fetch.c
@@
-69,7
+69,7
@@
int main(int argc, const char **argv)
git_config(git_default_config, NULL);
- http_init(NULL, url);
+ http_init(NULL, url
, 0
);
walker = get_http_walker(url);
walker->get_tree = get_tree;
walker->get_history = get_history;