yuno-commit-plus
Y U NO commit after so many writes??? (Atom 1.0-compatible fork of ‘yuno-commit’ with extra stuffs)
Y U NO commit?????
Package showing warning (Y U NO meme) when there are more uncommitted changes than set trigger. Inspired by vim plugin.
If you start to make too many changes, this will pop up.
...it will keep getting bigger if you keep on making more changes.
Fork information
This is @dtinth’s fork of the original yuno-commit package, with the following changes:
- Made compatible with Atom 1.0.
- The overlay message will get bigger and bigger as you make more changes.
- Improved performance by calling the
git diff --numstat
command asynchronously, instead of checking the diff of all files in the whole repository using synchronous code.