Jonas Bernoulli
Jonas Bernoulli
(I've added some useful resources to my initial post above.)
>> ~ would like to welcome this project into the magit "organization". > I'd be happy to. Lets do that then. I will have to give you admin access to...
I am planning to do that too. Added it to the description above.
> 20-40 seconds That's not the usual experience. Either you are using a humongous repository or something is broken for you that isn't broken for other people.
Actually lets look at this a bit. 20 untracked (or ignored?) files isn't much at all. So if you have those ~20 files, then it takes 20-40 seconds to do...
I just remembered we recently added something to make this easier: set `magit-debug-refresh` to `t` and then post the output from `*Messages*`. Here's what those numbers normally look like: ```...
This could also be used to highlight whitespace errors. In order to do that `whitespace-mode` would have to be enabled in the two file-visiting buffers and the text-properties set by...
`diff-mode` beat `magit-diff-mode` to it.
I still intend to implement this eventually but since I (also still) plan to give the whole diffing functionality a major overhaul, I will delay doing the former until it...
> Can you confirm "at the same time" implies running multiple git commands concurrently? Confirmed. > This and #2982 describe a switch to libgit2 but I understand this won't apply...