emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 4567354: magit-git-executable: Trim outdated co


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 4567354: magit-git-executable: Trim outdated comment
Date: Mon, 9 Aug 2021 05:57:21 -0400 (EDT)

branch: elpa/git-commit
commit 456735401b6524f822fecc3fbb49a5c9199f9d4d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-git-executable: Trim outdated comment
---
 lisp/magit-git.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 68f9ff1..379c5b2 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -133,12 +133,9 @@ the environment in order to run the non-wrapper git 
executables
 successfully.")
 
 (defcustom magit-git-executable
-  ;; Git might be installed in a different location on a remote, so
-  ;; it is better not to use the full path to the executable, except
-  ;; on Window where we would otherwise end up using one of the
-  ;; wrappers "cmd/git.exe" or "cmd/git.cmd", which are much slower
-  ;; than using "bin/git.exe" directly.
   (or (and (eq system-type 'windows-nt)
+           ;; Avoid the wrappers "cmd/git.exe" and "cmd/git.cmd",
+           ;; which are much slower than using "bin/git.exe" directly.
            (--when-let (executable-find "git")
              (ignore-errors
                ;; Git for Windows 2.x provides cygpath so we can



reply via email to

[Prev in Thread] Current Thread [Next in Thread]