Submodule foreach fix #171

Merged
pks-t merged 2 commits from submodule-foreach-fix into master 2015-01-29 08:15:28 -06:00

2 Commits

Author SHA1 Message Date
Patrick Steinhardt 2e481dbc79 Fix ForeachSubmodule panicing.
As the SubmoduleVisitor function is called from inside libgit2 we
cannot use Go types in its signature. Fix by using C types
instead.
2015-01-28 15:07:32 +01:00
Patrick Steinhardt 1107c6824f Add test triggering ForeachSubmodule panic. 2015-01-28 15:07:27 +01:00