Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pass "git -c foo=bar" params through environment
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 17538117a5ccfd48129a873697d8674e86f512f5..e4cd01605764bb39e61e5a867dd1ff26efb05063 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-136,7
+136,7
@@
static int handle_options(const char ***argv, int *argc, int *envchanged)
fprintf(stderr, "-c expects a configuration string\n" );
usage(git_usage_string);
}
- git_config_p
arse
_parameter((*argv)[1]);
+ git_config_p
ush
_parameter((*argv)[1]);
(*argv)++;
(*argc)--;
} else {