├── .gitignore ├── LICENSE ├── README.md └── magit-status-advice.el /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdenen/magit-status-advice/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdenen/magit-status-advice/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdenen/magit-status-advice/HEAD/README.md -------------------------------------------------------------------------------- /magit-status-advice.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdenen/magit-status-advice/HEAD/magit-status-advice.el --------------------------------------------------------------------------------