sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Save before executing git command doesn't work anymore in VS2022 #75

Open MartinL0815 opened 2 years ago

MartinL0815 commented 2 years ago

Since updating from VS2019 to VS2022, any changed file isn't saved automatically anymore with accessing a TGIT command, like commit, or diff.

So I need to save it manually, before e.g. starting to commit.

No big deal, only a convenience issue, but a regression.

MartinL0815 commented 2 years ago

Dear @sboulema, You just released 5.2.5. What's with this issue?

MartinL0815 commented 2 years ago

Sorry, forgot to elaborate, why I would like to have this issue fixed, why it is now a bigger issue, then in the time of reporting.

I need explicitly to save all documents/files before triggering a git command in TGIT, like "Show changes", "Show Diff", since the files are not saved before executing the commands.

This caused already some mistakes by forgetting to save the desired file or all files.

Any chance for a fix, @sboulema?

sboulema commented 2 years ago

I removed the feature because of troubles with vs2022 compatibility. Will re-implement and see if it works better now...

sboulema commented 2 years ago

Related to #68

sboulema commented 2 years ago

Grab the new release! 🚀

It has a new option to enable saving before any Git operation :)