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]
/
upload-pack.c
diff --git
a/upload-pack.c
b/upload-pack.c
index 909ce68cfb8bb18ea7e6b6c9d27fbd8620ba73d3..8f2dd7d49abeaf617234cbcad7319a27ca023fd8 100644
(file)
--- a/
upload-pack.c
+++ b/
upload-pack.c
@@
-826,7
+826,6
@@
int cmd_main(int argc, const char **argv)
git_setup_gettext();
packet_trace_identity("upload-pack");
- git_extract_argv0_path(argv[0]);
check_replace_refs = 0;
for (i = 1; i < argc; i++) {