From d1752c3ac7546eddb9c150540abe70b81cb15fc8 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 22 Dec 2024 12:55:39 -0500 Subject: bugfix re enable mwindow size stuff due to divide by zero's happening on larger repositories --- XD.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'XD.c') diff --git a/XD.c b/XD.c index aa3d43d..4d66802 100644 --- a/XD.c +++ b/XD.c @@ -93,8 +93,6 @@ git_repository /* disable a bunch of git options to hopefully speed things up */ 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_XDG, ""); -- cgit v1.2.1