Submodule foreach fix #171
Loading…
Reference in New Issue
No description provided.
Delete Branch "submodule-foreach-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request fixes a panic with repo.ForeachSubmodule caused by a wrong signature of a function that is being called from libgit2. The first commit introduces a failing test and the second commit fixes the issue.