Skip to content

Cleaner api

Ben Boeckel requested to merge ben.boeckel/rust-git-workarea:cleaner-api into master

After writing test for git hooks, it feels silly passing empty submodule maps all over the place; this information is available either in the repository (the branch to track is in .gitmodules) or can be available just as a symlink under the .git/modules/ directory.

Merge request reports