Merge remote branch 'refs/remotes/alexott/master'
This commit is contained in:
commit
1e8d4aaf0a
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -468,7 +468,7 @@ Many Magit faces inherit from this one by default."
|
|||
dirs))))
|
||||
|
||||
(defun magit-get-top-dir (cwd)
|
||||
(let ((cwd (expand-file-name cwd)))
|
||||
(let ((cwd (expand-file-name (file-truename cwd))))
|
||||
(when (file-directory-p cwd)
|
||||
(let* ((default-directory cwd)
|
||||
(cdup (magit-git-string "rev-parse" "--show-cdup")))
|
||||
|
|
Loading…
Reference in a new issue