diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-19 20:46:13 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-19 20:46:13 +0100 |
| commit | 9cd7f530cd3ba0ad92ca713e7e2ed41107516ca7 (patch) | |
| tree | c24ffd3fbb76b038c2a7cde6f3f88fa8ae52b6d5 | |
| parent | 78d753e4349c18af5b989619b3a2cd1d1468e5b8 (diff) | |
magit-git-global-arguments: Add diff.noPrefix=false
Closes #5340.
| -rw-r--r-- | lisp/magit-git.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 334d255..19f02f9 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -150,6 +150,7 @@ option." "-c" "log.showSignature=false" "-c" "color.ui=false" "-c" "color.diff=false" + "-c" "diff.noPrefix=false" ,@(and (eq system-type 'windows-nt) (list "-c" "i18n.logOutputEncoding=UTF-8"))) "Global Git arguments. @@ -165,7 +166,7 @@ anything that is part of the default value, unless you really know what you are doing. And think very hard before adding something; it will be used every time Magit runs Git for any purpose." - :package-version '(magit . "2.9.0") + :package-version '(magit . "4.3.2") :group 'magit-commands :group 'magit-process :type '(repeat string)) |
