Hello Git, I am in progress of rebasing ~/e/Auth/Mojolicious/Plugin $ git rebase aa3376 Created autostash: 4018bc7 hint: Waiting for your editor to close the file... while I am in editor I switched to different console to view created autostash: ~/e/Auth $ git stash list and see nothing but can view stash by its id: ~/e/Auth $ git show 4018bc7 commit 4018bc7bc870eb37aa35f40a0f612ca55a586045 Merge: a790392 674e39f ..... Expected result: I should be able to see this autostash when `git stash list` -- Best regards, Eugen Konkov