haacked / seegit

SeeGit - The Git Repository Visualizer
MIT License
508 stars 107 forks source link

Fix bug in computation of path to .git folder #24

Closed davidanthoff closed 12 years ago

davidanthoff commented 12 years ago

So, I actually messed up the code for the computation of the path for the case where you point seegit to an empty folder. When I made my previous changes I didn't have that use case in mind. This should make things work again.