libgit2 / docurium

Doxygen replacement for the libgit2 project
http://libgit2.github.com/libgit2
MIT License
158 stars 25 forks source link

Add clean exit if no git user configuration is set #54

Closed punkymaniac closed 3 years ago

punkymaniac commented 3 years ago

If the 'user.name' and 'user.email' are not configured, the commit of the generated documentation fail. In this case, the options ['author'] and ['committer'] argument of the Rugged::Commit.create(..), contain a nil content but a string was expected.

carlosmn commented 3 years ago

Thanks.