summaryrefslogtreecommitdiff
path: root/app-emacs/magit/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-16 10:42:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-16 10:42:35 +0100
commit4c16e0a214824f15f09396e359db4f1f5c086fec (patch)
treebfacafd52495915db60285b30438af8bc216d18a /app-emacs/magit/files
parent668b36c015ae61191cf7d5007b0afdbdcedab441 (diff)
gentoo auto-resync : 16:07:2023 - 10:42:35
Diffstat (limited to 'app-emacs/magit/files')
-rw-r--r--app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch22
-rw-r--r--app-emacs/magit/files/magit-3.3.0-magit-libgit.patch11
2 files changed, 22 insertions, 11 deletions
diff --git a/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch b/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
new file mode 100644
index 000000000000..20fb2381b6c5
--- /dev/null
+++ b/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
@@ -0,0 +1,22 @@
+commit 451cbe5c24f2af7ed505f1422af6ad4e8f05205b
+Author: Jonas Bernoulli <jonas@bernoul.li>
+Date: Sun Feb 19 13:37:28 2023 +0100
+
+ Inhibit use of libgit by default
+
+--- lisp/magit-git.el
++++ lisp/magit-git.el
+@@ -66,8 +66,11 @@
+
+ ;;; Git implementations
+
+-(defvar magit-inhibit-libgit nil
+- "Whether to inhibit the use of libgit.")
++(defvar magit-inhibit-libgit t
++ "Whether to inhibit the use of libgit.
++Use of libgit is inhibited by default because support for libgit
++in magit is only a stub for now. There is no benefit in using
++it.")
+
+ (defvar magit--libgit-available-p 'unknown
+ "Whether libgit is available.
diff --git a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
deleted file mode 100644
index f33ac1456198..000000000000
--- a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/magit-libgit.el
-+++ b/magit-libgit.el
-@@ -51,7 +51,7 @@
-
- (require 'magit-git)
-
--(require 'libgit)
-+(require 'libgit nil t)
-
- ;;; Utilities
-