diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2021-08-21 23:52:21 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2021-08-22 00:28:33 -0400 |
| commit | c327824b0e739a6d445e00aa4b77965614335540 (patch) | |
| tree | a0b8d495e48b35f8f31316569665eb110a778dde /Documentation | |
| parent | 8c84b512ac8c91eab690067e2c8bd5b782f92b42 (diff) | |
magit-wip-log-get-tips: Fix retrieval of previous tips
magit-wip-update-wipref switched the reflog message from "restart
autosaving ..." to "start autosaving ..." in 40c06c51 (wipref: Support
automatic merging of real branch into wip ref, 2018-08-02).
magit-wip-log-get-tips searches for this message in order to find
previous tips of the wip refs, but its regular expression wasn't
updated with that commit.
Teach magit-wip-log-get-tips to look for the new reflog message in
addition to the old one. With Git's default gc settings, it's pretty
unlikely to encounter the old message at this point, but a user may
have set gc.reflogExpire to "never".
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 5c49131..4443e07 100644 --- a/Documentation/RelNotes/3.3.0.org +++ b/Documentation/RelNotes/3.3.0.org @@ -42,3 +42,8 @@ - In some cases refreshing a buffer caused the cursor to jump to a different position. #4148 + +- Due to a regression in v2.90.0, ~magit-wip-log~ and + ~magit-wip-log-current~ failed to extract the previous tips of the + wip refs from the reflog (which is relevant when + ~~magit-wip-merge-branch~ is nil). |
