Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add shortcut in refresh_cache_ent() for marked entries.
[gitweb.git]
/
builtin-fast-export.c
diff --git
a/builtin-fast-export.c
b/builtin-fast-export.c
index 4ab93fcf780c100f9af3bb6d4ddf3cbe86f73b3d..1dfc01e8f009968ef5d6118bffed7818e736576c 100755
(executable)
--- a/
builtin-fast-export.c
+++ b/
builtin-fast-export.c
@@
-368,7
+368,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);