-
-
Notifications
You must be signed in to change notification settings - Fork 450
Closed
Labels
Description
In the documentation author doesn't appear as required for commit but this error is thrown:
models.js:440 Uncaught (in promise) TypeError: Cannot read property '_named' of undefined
at isNamedSection (models.js:440)
at GitConfig.get (models.js:460)
at config (commands.js:135)
The error goes away if I specify author.
My guess is that all commits must have an author so it should be marked as required.
Reactions are currently unavailable