Jonas Bernoulli

Results 499 comments of Jonas Bernoulli

Thanks for the information; it should help others with the same issue, who happen to stumble over this thread. I would [still](https://github.com/magit/magit/issues/4720#issuecomment-1415722186) encourage you to bring that to the attention...

I've now pushed a fix for this issue. For it to be effective, you have to update to tramp >= 2.6.2. Thanks to everyone involved in fixing this! Please let...

It has been reported on the orange site that this was closed without justification. That's not what I usually do but as demonstrated here, it can happen. I'll reopen so...

Ah, I cannot actually reopen because the source branch has been deleted. I've added a bookmark.

If you don't hear back from me in about two months, then feel free to ping me. Since it works for you, others might be willing to make the same...

Check whether `(featurep 'magit)` is non-nil in `evil-collection-magit-setup`. If not, throwing a `(require 'magit)` might do the trick. If that doesn't work, I recommend inserting debug statements in strategic places....

> I looked into the code and found a lot of `.git` got treated as dir, and they usually appear after `--separate-git-dir`. > I guess the reason that drones got...

There's some good suggestions here. But please note that after the recent increase in activity here, I plan to work on Forge for the next few weeks, enjoy the holiday...

> Transient infixes describe readers, but we can't easily re-use these readers to complete the interactive form You can use `(transient-infix-read 'some-infix-command)` for that.