rugged icon indicating copy to clipboard operation
rugged copied to clipboard

SubmoduleCollection#each segfaults in bare repo

Open ccutrer opened this issue 6 years ago • 0 comments

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.

ccutrer avatar May 08 '19 13:05 ccutrer