bugfix
re enable mwindow size stuff due to divide by zero's happening on larger repositories
This commit is contained in:
parent
e6029a68e3
commit
d1752c3ac7
1 changed files with 0 additions and 2 deletions
2
XD.c
2
XD.c
|
|
@ -93,8 +93,6 @@ git_repository
|
||||||
|
|
||||||
/* disable a bunch of git options to hopefully speed things up */
|
/* disable a bunch of git options to hopefully speed things up */
|
||||||
git_libgit2_opts(GIT_OPT_ENABLE_CACHING, 0);
|
git_libgit2_opts(GIT_OPT_ENABLE_CACHING, 0);
|
||||||
git_libgit2_opts(GIT_OPT_SET_MWINDOW_SIZE, 0);
|
|
||||||
git_libgit2_opts(GIT_OPT_SET_MWINDOW_MAPPED_LIMIT, 0);
|
|
||||||
|
|
||||||
git_libgit2_opts(GIT_OPT_SET_SEARCH_PATH, GIT_CONFIG_LEVEL_GLOBAL, "");
|
git_libgit2_opts(GIT_OPT_SET_SEARCH_PATH, GIT_CONFIG_LEVEL_GLOBAL, "");
|
||||||
git_libgit2_opts(GIT_OPT_SET_SEARCH_PATH, GIT_CONFIG_LEVEL_XDG, "");
|
git_libgit2_opts(GIT_OPT_SET_SEARCH_PATH, GIT_CONFIG_LEVEL_XDG, "");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue