mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Silex/docker.el@0874520 -> Silex/docker.el@d6233bd editorconfig/editorconfig-emacs@19de0ec -> editorconfig/editorconfig-emacs@9a73ff7 emacs-lsp/dap-mode@8f69dc2 -> emacs-lsp/dap-mode@7ad9157 emacs-lsp/lsp-mode@81d62d5 -> emacs-lsp/lsp-mode@d5f0410 emacs-lsp/lsp-ui@271b47c -> emacs-lsp/lsp-ui@c3e7a37 emacsorphanage/quickrun@2e37ce9 -> emacsorphanage/quickrun@c6ce1f3 gilbertw1/dash-docs@111fd9b -> gilbertw1/dash-docs@dafc8fc jacktasia/dumb-jump@d760aa8 -> jacktasia/dumb-jump@d86f59c joaotavora/eglot@d99a447 -> joaotavora/eglot@ac9239b magit/forge@09bf8ad -> magit/forge@6f299d2 magit/magit@b1b2683 -> magit/magit@ae82fcf millejoh/emacs-ipython-notebook@42134ad -> millejoh/emacs-ipython-notebook@ee31cdb paradoxxxzero/jinja2-mode@cfaa7bb -> paradoxxxzero/jinja2-mode@4540f99 tkf/emacs-request@216d570 -> tkf/emacs-request@912525c tumashu/posframe@093b29a -> tumashu/posframe@6285217 wbolster/emacs-direnv@1daf479 -> wbolster/emacs-direnv@f5484b0 yoshiki/yaml-mode@cecf4b1 -> yoshiki/yaml-mode@34648f2
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
+forge
Enable 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
forge
was 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).magit
has been modified to recognize$XDG_CACHE_HOME/git/credential/socket
.magit
has been modified to invalidate the projectile cache when you check out a new branch or commit.magit
has 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
.