mixu / gr

Multiple git repository management tool
http://mixu.net/gr/
676 stars 104 forks source link

[bugfix]: when discovering tags, ignore ELOOP filesystem errors that can occur with circular symlinks #81

Open txbm opened 6 years ago

txbm commented 6 years ago

Error: ELOOP: too many symbolic links encountered, stat <...path>

Ran into this on a large set of repos one of which contained a circular symlink. We can skip that error since we are just trying to discover git directories / tags.

@mixu