Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emacs: use `magit-repos' | Franck Cuny | 2021-03-14 | 1 | -0/+6 |
| | | | | | | | | | The module `magit-repos' can list the status of git repositories under a given path. Since all my repositories are under `~/workspace`, it's easy to use `M-x magit-list-repositories` to get a buffer with all my repositories, and their status (are they dirty, etc). | ||||
* | emacs: performance improvement for magit | Franck Cuny | 2021-01-06 | 1 | -1/+42 |
| | | | | | | When working with 'source', magit is extremely slow (source is a huge repository, so it's not surprising). We can improve significantly performances by disabling a number of hooks when running git status. | ||||
* | emacs: rename the directory | Franck Cuny | 2021-01-04 | 1 | -0/+76 |