Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
common-main: call git_extract_argv0_path()
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index bd649268b20b746e887f7e47c332faf53407a3f5..72d209c19a774c25f8f5f33a92a404723f9e941b 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-164,7
+164,6
@@
Format of STDIN stream:
#include "refs.h"
#include "csum-file.h"
#include "quote.h"
-#include "exec_cmd.h"
#include "dir.h"
#define PACK_ID_BITS 16
@@
-3385,8
+3384,6
@@
int cmd_main(int argc, const char **argv)
{
unsigned int i;
- git_extract_argv0_path(argv[0]);
-
git_setup_gettext();
if (argc == 2 && !strcmp(argv[1], "-h"))