Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/submodule-move-nested'
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 158f2cbdb15210a4f05da537690e70300fb62610..70798f68370abefbfa9e65c83f2e9d9ab2118107 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-83,7
+83,7
@@
static int handle_options(const char ***argv, int *argc, int *envchanged)
*/
if (skip_prefix(cmd, "--exec-path", &cmd)) {
if (*cmd == '=')
- git_set_
argv_
exec_path(cmd + 1);
+ git_set_exec_path(cmd + 1);
else {
puts(git_exec_path());
exit(0);