80

I want to remove my local repository entirely, but TGitCache.exe keeps an open handle to the directory. I would like to shut it down gracefully, delete the folder and start it again.

Notinlist
  • 14,748
  • 9
  • 51
  • 92

3 Answers3

141
  1. Open TortoiseGit Settings > Icon Overlays
  2. In section "Status cache" select "None"
  3. Click OK

TGitCache.exe will disappear from the process list.

icon overlays

If you need it again, you can turn it on by selecting another option, like "Default". After a click in an explorer window TGitCache.exe will run again.

Maria Ines Parnisari
  • 14,229
  • 7
  • 73
  • 112
Notinlist
  • 14,748
  • 9
  • 51
  • 92
14

You can enable a systray icon for TGitCache.

Open TortoiseGit settings and open Advanced page. There set CacheTryIcon to true and restart TGitCache.

Now you have a new TortoiseGit icon in the systray where you can select "Exit" to close TGitCache (it will restart automatically again). You can also select "Disable Status cache" which will set Status cache to None (see https://stackoverflow.com/a/16921151/3906760).

Community
  • 1
  • 1
MrTux
  • 28,370
  • 24
  • 91
  • 123
6

Have you seen this?

https://tortoisegit.org/issue/401

It's a bug report on TortoiseGit that seems to be describing your exact problem.

Basically, it seems that TGitCache.exe shouldn't be doing that, and in the newest versions of TortoiseGit it doesn't. Perhaps you might try upgrading your TortoiseGit?

MrTux
  • 28,370
  • 24
  • 91
  • 123
andyg0808
  • 1,257
  • 8
  • 18
  • 3
    I already have the newest version. And I suppose there will be "1 more bug" till the end of time, so graceful shutdown is still a requirement, no matter what. But I have the solution, see my own anser in a minute. – Notinlist Jun 04 '13 at 14:58