Dan Gorby
Dan Gorby
When writing a commit message in the "COMMIT_EDITMSG" tab, it'd be helpful to see previous commit messages. It's a feature I miss from 'sublime-text-git'. With that package, the "COMMIT_EDITMSG" tab...
Currently, the `excludeFiles` setting does not support dot files (files beginning with a `.`), which means that all dot files and all files inside dot directories are always included. This...
Currently, $.fn.decorateErrors expects the `errors` object in the format `{'': ''}`, where the value for each key is a string. provejs-express sets the `errors` object in the format `{'': [''...]}`,...