branch: elpa/magit
commit 65437016c28bd2d27cb2302841bcc2fb4da1679c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-git-executable: Change name of output buffer
Naming it *magit-git-debug* because there is a variable by that
name, which enables debugging that does *not* use this buffer.
---
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 2d47c91d95f..43239935153 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -679,7 +679,7 @@ values of `magit-remote-git-executable' and
`exec-path'.\n"))
Also include information about `magit-remote-git-executable'.
See info node `(magit)Debugging Tools' for more information."
(interactive)
- (with-current-buffer (get-buffer-create "*magit-git-debug*")
+ (with-current-buffer (get-buffer-create "*magit-git-executable*")
(pop-to-buffer (current-buffer))
(erase-buffer)
(insert (format "magit-remote-git-executable: %S\n"