-
### Confirmation
- [X] I have checked the documentation (README, Wiki, docstrings, etc)
- [] I am checking these without reading them.
- [X] I have searched previous issues to see if my question…
-
My `magit-mode-map` contains a binding for left mouse click in the fringe, so that when I am in a magit summary or diff view, clicking in the fringe can toggle visibility of a section.
However, whe…
-
E.g. in `magit-status-mode` I want to keep using `f` for `magit-fetch` instead of `evil-forward-word-end`, which is defined in `evil-colemak-basic-keymap`. Horizontal movement isn't needed there anywa…
-
```
magit-review.el:
(void-function magit-key-mode-add-group)
```
-
Inspecting the arguments to `magit-log` (in `magithub-pull-request-new`) it seems like it ends up doing something like `(magit-log "master..jonathanj:the-branch")` which likely will never result in an…
-
When I occasionally manually commit with Magit while `git-auto-commit-mode` is enabled, submitting the commit saves `.git/COMMIT_EDITMSG`, which seems to trigger `git-auto-commit-mode`'s prompt for a …
-
Such as:
- [ ] https://github.com/magit/magit/issues/2610
- [ ] projectile/project: https://github.com/Silex/docker.el/issues/180#issuecomment-1034083332
- [ ] #179
-
This is completely off-topic but I'm not sure where to discuss this.
You seem to be a magit user and I was wondering if you were using difftastic with magit? It seems that magit always deactivate e…
-
A new function would be nice that:
* finds the workspace of the project on the host (we need to introduce a mapping from (projectname + branch) to the directory of the workspace on the host)
* swi…
-
I was wondering how we can make this work were e.g. all dired buffers would be grouped together (all dired buffers into one buffer, possibly having to use perspective).
Any clue how?