You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #749, it was noted that a branch name is not always added to the stash message which caused an error that #749 addressed.
However, Lib#stashes_all should return the message as is without trying to strip the branch name. This will change the existing behavior so needs to be done in 3.0.
Lib#stashes_all should return the stash message as is for each stash like:
"WIP on main: e81ee62 Initial version"
"On main: test: this is a test comment"
Actual behaviour
"e81ee62 Initial version"
"test: this is a test comment"