diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-27 18:03:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-29 21:06:39 +0200 |
| commit | 8406b084a31c9f4f331fb9846938deffdbe740e2 (patch) | |
| tree | a0f106d13c70f67fafefe9de45025aafa339f31e /Documentation | |
| parent | 239a2b85aa28efce931dc63f4e0b2c9d7210ce31 (diff) | |
Add additional default when reading branch or commit
The modified readers prefer the branch at point (if any) over the
commit at point. In some cases the user might prefer the commit in
some cases so we now offer that as the first "next history element".
Closes #4291.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/3.3.0.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/3.3.0.org b/Documentation/RelNotes/3.3.0.org index 5ec65ea..447a8bb 100644 --- a/Documentation/RelNotes/3.3.0.org +++ b/Documentation/RelNotes/3.3.0.org @@ -32,6 +32,11 @@ - Added new tranient prefix command ~magit-bundle~, which provides support for ~git bundle~. #4392 +- When minibuffer completion allows for a branch or a commit to be + selected and the former is preferred and thus offered as default + if possible, then offer the commit at point as the first choice + initially accessible with ~next-history-element~. #4291 + ** Fixes since v3.2.0 - Make ~magit-branch-remote-head~ and ~magit-branch-current~ fall back |
