Let's say I have this diff:
I only like the change in B, so I only stage changes on B/b, however, that gives:
resulting in
not the desired
You could use the patch edit feature, but that is very cumbersome for this common case of just wanting to reorder diff lines.
I'd like to have this diff instead:
A feature to reorder diff line positions would be great.
This seems to be a common problem, is there a simple way of solving it? Couldn't find any
Let's say I have this diff:
I only like the change in B, so I only stage changes on B/b, however, that gives:
resulting in
not the desired
You could use the patch edit feature, but that is very cumbersome for this common case of just wanting to reorder diff lines.
I'd like to have this diff instead:
A feature to reorder diff line positions would be great.
This seems to be a common problem, is there a simple way of solving it? Couldn't find any