fix magit update
This commit is contained in:
@@ -447,8 +447,9 @@ is run in the top-level directory of the current working tree."
|
||||
(let ((default-directory (or directory default-directory))
|
||||
(process-environment process-environment))
|
||||
(push "GIT_PAGER=cat" process-environment)
|
||||
(magit-start-process shell-file-name nil
|
||||
shell-command-switch command))
|
||||
(magit--with-connection-local-variables
|
||||
(magit-start-process shell-file-name nil
|
||||
shell-command-switch command)))
|
||||
(magit-process-buffer))
|
||||
|
||||
(defun magit-read-shell-command (&optional toplevel initial-input)
|
||||
@@ -566,7 +567,8 @@ and Emacs to it."
|
||||
(when print-dest
|
||||
(princ (format "Magit %s%s, Git %s, Emacs %s, %s"
|
||||
(or magit-version "(unknown)")
|
||||
(or (and (ignore-errors (version< "2008" magit-version))
|
||||
(or (and (ignore-errors
|
||||
(magit--version>= magit-version "2008"))
|
||||
(ignore-errors
|
||||
(require 'lisp-mnt)
|
||||
(and (fboundp 'lm-header)
|
||||
@@ -710,6 +712,7 @@ For X11 something like ~/.xinitrc should work.\n"
|
||||
(require 'magit-subtree)
|
||||
(require 'magit-ediff)
|
||||
(require 'magit-gitignore)
|
||||
(require 'magit-sparse-checkout)
|
||||
(require 'magit-extras)
|
||||
(require 'git-rebase)
|
||||
(require 'magit-imenu)
|
||||
|
||||
Reference in New Issue
Block a user