diff options
| author | Basil L. Contovounesios <contovob@tcd.ie> | 2017-06-27 13:59:51 +0200 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2017-06-29 23:23:58 -0400 |
| commit | d85547a4e68ecdfd3d39c8a6b319b6568bb91dd6 (patch) | |
| tree | b62a8793fed3a92f0075da386dfc58bbb45fc9a4 /Documentation/RelNotes | |
| parent | 524ee09dc4312c52bd8c23c13b18bee23f15bb53 (diff) | |
magit-{init,status}: compare toplevels by truename
This allows user input, whether read interactively or from
magit-repository-directories, involving symlinked files to be
compared to the result of magit-toplevel with
find-file-visit-truename enabled.
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.11.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.11.0.txt b/Documentation/RelNotes/2.11.0.txt index dd4c2e0..f5cd433 100644 --- a/Documentation/RelNotes/2.11.0.txt +++ b/Documentation/RelNotes/2.11.0.txt @@ -117,6 +117,11 @@ Fixes since v2.10.3 not into its own upstream branch, then the user was not offered to force the deletion, causing it to fail. #3107 +* With `find-file-visit-truename' set to a non-nil value, the commands + `magit-status' and `magit-init' failed to detect when their + directory argument was a symlink that resolved to the output of + `magit-toplevel'. #3115 + This release also contains the fixes described in the v2.10.{1,2,3} release notes, as well as other minor improvements, bug fixes, typo fixes, and documentation fixes. |
