Skip to content

v0.003001

Compare
Choose a tag to compare
@torbiak torbiak released this 25 Nov 07:48
· 55 commits to master since this release

Fix bug where the index would be left out-of-sync with HEAD after autofixing unstaged hunks due to a temporary index being used. If you're running v0.003000 and hit this, git restore --staged can be used to read the new HEAD's tree into the index. Thanks to Johannes Altmanninger for finding and fixing this.