everything unstaged if auto fix happens in git commit -am
#889
Closed
aschleifer
started this conversation in
General
Replies: 1 comment
|
This has been fixed in 1.46.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a repository with several hk linters enabled. In this repository I have these two files:
a.json:{ "entries": [], "test": false }b.md:# test document this is just for testingNow I change something in
a.jsonwhich will trigger an auto fix and i change something inb.md:Now I try to commit it all at once:
Now I would expect the original changes to still be staged, but the auto-fix changes unstaged so the diff is easily visible. Instead I find that everything is unstaged with the auto fixes applied:
All reactions