
Models
I've added support for creating per-project .commitrc files that override your global settings for that particular project. Went with YAML for these because personally I'm sick of quoting keys in JSON all the time, or accidentally leaving in a trailing comma.
Improvements
- Added per-project
.commitrcconfiguration files - Improved performance when working with projects with large binary files
- Fixed a bug that could cause Commit to crash when autocommitting after deleting a recently active branch

