Kristian Andersen Hole

Results 58 comments of Kristian Andersen Hole

Good suggestion. I've mostly been following magit's design, which AFAIK doesn't have any loading indication. A message in the status bar on the bottom could work.

So it's all there at the end, but you would like it to stream the output to the process log instead? It is something to consider :+1:

Does it show in the edamagit process log (press '$' to open it) If it does, one solution could be to have a setting-toggle for auto-opening it on commit.

I think I have a solution that might work for you ^ Will be part of the next release, today or tommorow

I would like this as well. It will require using a custom diff highlighter though as `git diff --word-diff=color` _only_ shows the word differences. I've tried using VSCode's diff higlighting,...

Pressing `g` should update any magit view. `g r` is not a keybinding in edamagit, but yeah this seems like a bug. However, I'm not able to reproduce it myself..

Unable to reproduce. Please expand

Sorry, one more thing. Post your magit log? Pressing $ from the status view brings it up

This is because it shows the current state of the repo, which is what you see, since the commit -a "atomically" stages and commits the changes. This makes it non-trivial...