In Windows explorer, the green checkie icon for repositories that are up-to-date and the red mark for those that aren't don't show anymore.
How do I bring them back?
Please see the pictures attached. For e.g. I do have some untracked files in the repository named Temp.
However, none of the folders have the green or red icons that display the git repository status.
They used to be there earlier. They suddenly disappeared a few weeks ago.
I am using 64-bit Windows 7 Home Premium.
The solution to this was provided by @magicandre1981 in the comments to this question. Here is my attempt to explain the solution.
It appears that application such as Tortoise Git, Dropbox, Google Drive, etc. that present different icons in front of Windows explorer files and folders do so by creating an overlay on top of the regular icons that Windows draws. Apparently, the application registers these overlays and Windows redraws each overlay once it has finished the basic drawing of file system objects.
However, Windows imposes a limit on the number of overlays it will honor. Any number of applications can register any number of overlays with Windows. But Windows will only pick the first 15 overlays registered with it and re-draw them. The rest will be ignored.
The Windows registry maintains the order and number of overlays registered. Specifically, the key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers has this list as seen in the picture below.
An explanation of this can also be found on this web page.
As can be seen Dropbox and Google Drive had already registered more than 15 overlays in total, which was why Windows never got a chance to honor the overlays registered by Tortoise Git on my machine.
I uninstalled Dropbox and Google Drive as I didn't use their sync feature much.
I didn't see any change so I restarted my machine. I still didn't see any change but after about 30 minutes or so of restarting my machine, the icons were restored to normal, i.e. I started seeing the Tortoise git status for my repositories just fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With