Hacker News new | ask | show | jobs
by da-x 2173 days ago
It's useful, but makes you wonder why they haven't taken it one step forward and allow you to edit the diff too while you're at it.
2 comments

You could if you also have the output of git diff. Then you could stage and unstage hunks or parts of them using a combination of recountdiff and git apply --cached
That sounds positively radical. Like magit taken to its conclusion.