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-fast-export.c
diff --git
a/builtin-fast-export.c
b/builtin-fast-export.c
index e1c56303e5cb7882bc79980c4f8e6c6791ad323b..ff759cc578ac28c8f321124b25ff7539882382b6 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);