Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Provide git_config with a callback-data parameter
[gitweb.git]
/
builtin-mv.c
diff --git
a/builtin-mv.c
b/builtin-mv.c
index 94f6dd2aad2da512bab0be2e84859eced6553cc9..3edebef45f9220a7a76ad987debea73612350927 100644
(file)
--- a/
builtin-mv.c
+++ b/
builtin-mv.c
@@
-81,7
+81,7
@@
int cmd_mv(int argc, const char **argv, const char *prefix)
struct path_list deleted = {NULL, 0, 0, 0};
struct path_list changed = {NULL, 0, 0, 0};
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
newfd = hold_locked_index(&lock_file, 1);
if (read_cache() < 0)