mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
tools/magit
Description
This module provides Magit, an interface to the Git version control system.
If you are new to Magit, see the Getting Started section of its project readme.
Maintainers
This module has no dedicated maintainers.
Module Flags
+forgeEnable Forge; a porcelain for managing issues and PRs from within Emacs. Will take a while on first run to build emacsql-sqlite.
Plugins
- magit
- forge* (
+forge) - magit-gitflow
- magit-todos
- github-review
- evil-magit* (
:editor evil +everywhere)
Hacks
forgewas modified to defer compilation of emacsql-sqlite until you try to use forge, rather than when magit first loads (which could be as soon as startup).magithas been modified to recognize$XDG_CACHE_HOME/git/credential/socket.magithas been modified to invalidate the projectile cache when you check out a new branch or commit.magithas been modified to revert repo buffers (e.g. after changing branches) when you later switch to them, rather than all at once.
Prerequisites
This module requires git.
Forge will require a Github API token the first time you run forge-pull.