diff options
Diffstat (limited to 'http-fetch.c')
| -rw-r--r-- | http-fetch.c | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/http-fetch.c b/http-fetch.c index ba3ea10670..3b556d6619 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -6,7 +6,7 @@  static const char http_fetch_usage[] = "git http-fetch "  "[-c] [-t] [-a] [-v] [--recover] [-w ref] [--stdin] commit-id url"; -int main(int argc, const char **argv) +int cmd_main(int argc, const char **argv)  {  	struct walker *walker;  	int commits_on_stdin = 0; @@ -22,10 +22,6 @@ int 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; | 
