const char *my_argv[4];
setup_path();
- if (!arg || !(arg = sq_dequote(arg)))
+ if (!arg || !(arg = sq_dequote(arg)) || *arg == '-')
die("bad argument");
if (!starts_with(me, "git-"))
die("bad command");
struct commands *cmd;
int count;
- git_setup_gettext();
-
/*
* Special hack to pretend to be a CVS server
*/