Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
git-autofixup | 2020-11-25 | 23.4 kB | |
README.md | 2020-11-25 | 314 Bytes | |
v0.003001 source code.tar.gz | 2020-11-25 | 17.4 kB | |
v0.003001 source code.zip | 2020-11-25 | 23.9 kB | |
Totals: 4 Items | 65.0 kB | 0 |
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.