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
Fix when trying to use "diff this" from status buffer. Stash was being
passed as a SHA instead of stash{n} format, leading to a nil concat
error.
Simplify by just merging the stash case with the commit case, since both
the stash format and sha format are valid.
0 commit comments