Jonas Bernoulli

Results 499 comments of Jonas Bernoulli

I'll soon merge some major bug fixes. Once that has happened we can check if this issue still occurs.

> `(funcall 'test-transient)` I don't know if that's enough to get it going, but you'll need to use `call-interactively`.

> Is this related to changes in `transient.el` since the first post? No. Some important work happens in `post-command-hook` and `pre-command-hook`. If you don't use `call-interactively`, then that is bypassed....

> Browse file on remote Yes, though I don't think that's urgent. I prefer viewing files in Emacs :-) While I would probably not "browse" files much, I would still...

Oh, and feel free to add issues such as this one, but please add the `enhancement` label right away. Also if you do intend on something yourself, then assign it...

> It would be nice if magit just kept a variable referencing the relative path (from the base git directory) to the current buffer. ```elisp (magit-file-relative-name buffer-file-name) ```

Eventually I will likely implement this but it is not a high priority.

This is due to a misguided early attempt to more gracefully with renamed repositories. The result is that we deal with them *less* gracefully. Fixing that will be a lot...

> Shouldn't it be possible to notice the redirect (or notice some error and then check if there's a redirect from the old url), and then ask the user if...

> Maybe it requires using the GraphQL API? I would go as far as to say that this could serve as a good example when explaining why it make sense...