Jonas Bernoulli
Jonas Bernoulli
> The Discussions redirect page https://github.com/emacscollective/.github/wiki/Discussions-redirect (which is linked when trying to create a new Issue) is on the organization page, not the borg repo. I am aware of this....
Borg assumes that that directory is a direct subdirectory, at least when setting `borg-drones-directory`, `borg-user-emacs-directory` and `borg-top-level-directory`. Other code might make the same assumption. Making that assumption makes things simpler,...
Most multi-library packages probably put the libraries at the top-level, but among those that use a subdirectory, `lisp/` seems to be the most common. You could grep the Melpa recipes...
Hallo Justus! I am by no means a Tramp expert, since I pretty much only use it to debug issues other people are having when using Magit over Tramp. ;)...
Hm, and I should look into making this optional even locally. It's used a lot and is potentially horrible for performance when dealing with large directories and/or on Windows. Having...
The call to `magit-process-buffer`, which triggered the issue, wasn't actually necessary. The calling function already knows that value. I've pushed a commit that removes that call. You still need to...
We've added the range in 55a61d15e85fe46409e512cc60815e61b4843066. To improve performance! :scream:
> Should this optimization be made conditional on whether `--graph` is in the argument list? Maybe, though such a solution might depend on the user knowing that this is a...
Please include the results for 100 and 1000 commits. You can skip the `HEAD` variants because those are the same as the respective variants without any rev or range.
Sorry for not following up. I'm rather busy getting Forge into a releasable state, so that I can finally release "everything".