rugged
rugged copied to clipboard
SubmoduleCollection#each segfaults in bare repo
repo = Rugged::Repository.new("<path to repo that has a .gitmodules file, but is bare>")
repo.submodules.each{}; nil # segfaults
I've reproed on Mac and Linux, both times not using the system libgit2.