rwjblue / git-repo-info

MIT License
112 stars 28 forks source link

Add partial submodules support #29

Closed hjdivad closed 8 years ago

hjdivad commented 8 years ago

This adds support for retrieiving the commit, branch &c. for submodules. It does not compute the correct root information, but it's still an improvement over v1.2.0 (which did not throw but provided no information) and v1.3.0 (which threw).

[Fix #27]