jbrukh / ggit

ggit
17 stars 2 forks source link

findRepo() in ggit.go has a major bug. #26

Closed jbrukh closed 12 years ago

jbrukh commented 12 years ago

We need to properly check parent directories. There are a few items in golang-nuts about getting the absolute path of the working directory, which is how we should approach this problem.