We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bfe3ce + e4b0233 commit cd8d918Copy full SHA for cd8d918
git.c
@@ -66,6 +66,7 @@ static int handle_options(const char*** argv, int* argc)
66
setenv(GIT_DIR_ENVIRONMENT, (*argv)[1], 1);
67
(*argv)++;
68
(*argc)--;
69
+ handled++;
70
} else if (!prefixcmp(cmd, "--git-dir=")) {
71
setenv(GIT_DIR_ENVIRONMENT, cmd + 10, 1);
72
} else if (!strcmp(cmd, "--bare")) {
0 commit comments