You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add clean exit if no git user configuration is set
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.
0 commit comments