Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/apply: make try_create_file() return -1 on error
[gitweb.git]
/
remote-testsvn.c
diff --git
a/remote-testsvn.c
b/remote-testsvn.c
index 32631eb14a04d769cc5a185477ee93aca69b663a..f87bf851ba75af9229b1a9171191673af330505b 100644
(file)
--- a/
remote-testsvn.c
+++ b/
remote-testsvn.c
@@
-292,7
+292,6
@@
int cmd_main(int argc, const char **argv)
static struct remote *remote;
const char *url_in;
- git_extract_argv0_path(argv[0]);
setup_git_directory();
if (argc < 2 || argc > 3) {
usage("git-remote-svn <remote-name> [<url>]");