Clear list of recent repositories in Git Extensions
        Posted  
        
            by Marko Apfel
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by Marko Apfel
        
        
        
        Published on Tue, 04 Jan 2011 00:12:16 GMT
        Indexed on 
            2011/01/04
            0:54 UTC
        
        
        Read the original article
        Hit count: 383
        
Orphaned and wrong specified repositories in the recent list are annoying. Straightaway I does not found an option to clean this entries. And also not the persistence place for that.
So it was time for Process Explorer.
The storage happens under:
HKEY_CURRENT_USER\Software\GitExtensions\GitExtensions\1.0.0.0     
in the string value “history”
You could edit the content of the string value or delete it – than during restarting Git Extensions the string value will be created with a default skeleton.
© Geeks with Blogs or respective owner