[libgit2-glib/cached-hunks] Disable cached hunks
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib/cached-hunks] Disable cached hunks
- Date: Sun, 28 Oct 2018 08:14:24 +0000 (UTC)
commit f5449db889d978ad55437f284f8ef0f5bfe9cc60
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Sun Oct 28 09:12:15 2018 +0100
Disable cached hunks
libgit2-glib/ggit-diff.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgit2-glib/ggit-diff.c b/libgit2-glib/ggit-diff.c
index 640d946..39da706 100644
--- a/libgit2-glib/ggit-diff.c
+++ b/libgit2-glib/ggit-diff.c
@@ -104,7 +104,7 @@ wrap_diff_hunk_cached (CallbackWrapperData *data,
return NULL;
}
- ghunk = g_hash_table_lookup (data->cached_hunks, hunk);
+ //ghunk = g_hash_table_lookup (data->cached_hunks, hunk);
if (!ghunk)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]