branch: elpa/magit
commit 3fe795e51af33c802dc3f00b91a503955777a002
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-git-global-arguments: Consistently use camelCase
---
lisp/magit-git.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 9d006b4388d..2d84758c0b8 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -154,7 +154,7 @@ option."
(defcustom magit-git-global-arguments
`("--no-pager" "--literal-pathspecs"
- "-c" "core.preloadindex=true"
+ "-c" "core.preloadIndex=true"
"-c" "log.showSignature=false"
"-c" "color.ui=false"
"-c" "color.diff=false"