diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-16 18:00:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-16 18:00:00 +0200 |
| commit | ce7929576ce9fad72f5d554c625e39829f9b5066 (patch) | |
| tree | 18b62eff068e5de78356f93475dc9f989b7738a6 /Documentation | |
| parent | 4e1041b1d9c0aa322d92fe5ba5fea06262a81a8b (diff) | |
magit-remote-git-executable: Mention tramp-remote-path
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit.org | 7 | ||||
| -rw-r--r-- | Documentation/magit.texi | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org index 9577830..b2667cd 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit: (magit). #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit. -#+SUBTITLE: for version 3.2.1 (v3.2.1-13-g0348f1f87+1) +#+SUBTITLE: for version 3.2.1 (v3.2.1-24-gb8e64dcb9+1) #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:3 toc:2 @@ -25,7 +25,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. #+TEXINFO: @noindent -This manual is for Magit version 3.2.1 (v3.2.1-13-g0348f1f87+1). +This manual is for Magit version 3.2.1 (v3.2.1-24-gb8e64dcb9+1). #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> @@ -1932,7 +1932,8 @@ or path that is used on remote machines. - User Option: magit-remote-git-executable The ~git~ executable used by Magit on remote machines over Tramp. - Normally this should be just the string "git". + Normally this should be just the string "git". Consider customizing + ~tramp-remote-path~ instead of this option. If Emacs is unable to find the correct executable, then you can work around that by explicitly setting the value of one of these two diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 049db74..903bd7c 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 3.2.1 (v3.2.1-13-g0348f1f87+1) +@subtitle for version 3.2.1 (v3.2.1-24-gb8e64dcb9+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version 3.2.1 (v3.2.1-13-g0348f1f87+1). +This manual is for Magit version 3.2.1 (v3.2.1-24-gb8e64dcb9+1). @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -2626,7 +2626,8 @@ for doing such things. @defopt magit-remote-git-executable The @code{git} executable used by Magit on remote machines over Tramp. -Normally this should be just the string "git". +Normally this should be just the string "git". Consider customizing +@code{tramp-remote-path} instead of this option. @end defopt If Emacs is unable to find the correct executable, then you can |
