Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert: add filter.<driver>.process option
[gitweb.git]
/
http-fetch.c
diff --git
a/http-fetch.c
b/http-fetch.c
index eb559eb83bc3d9cc66046af6039fbaeae865f605..3b556d66196277b2730f7e3d366a28a9d5ad1c56 100644
(file)
--- a/
http-fetch.c
+++ b/
http-fetch.c
@@
-22,10
+22,6
@@
int cmd_main(int argc, const char **argv)
int get_verbosely = 0;
int get_recover = 0;
- git_setup_gettext();
-
- git_extract_argv0_path(argv[0]);
-
while (arg < argc && argv[arg][0] == '-') {
if (argv[arg][1] == 't') {
get_tree = 1;