/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Provide git_config with a callback-data parameter
[git/git.git]
/
builtin-fast-export.c
diff --git
a/builtin-fast-export.c
b/builtin-fast-export.c
index
e1c5630
..
ff759cc
100755
(executable)
--- a/
builtin-fast-export.c
+++ b/
builtin-fast-export.c
@@
-372,7
+372,7
@@
int cmd_fast_export(int argc, const char **argv, const char *prefix)
};
/* we handle encodings */
- git_config(git_default_config);
+ git_config(git_default_config
, NULL
);
init_revisions(&revs, prefix);
argc = setup_revisions(argc, argv, &revs, NULL);