|
|
|
|
|
by Nullabillity
2698 days ago
|
|
> No-one cares about stray keystrokes other developers make, it's just noise. Sure, and `git commit --amend` is fine for those cases. > When I'm investigating when and why some code was implemented the way it is; I don't want to look at a Git blame trying to find when something was changed, just to see that the most recent change was reverting some earlier messing around. Just to git blame again starting from just prior to said messing around, just to see the same thing again - noise is bad! I guess that depends on your setup. My Emacs is set up so that `b` is "reblame from before this change". GitHub's blame UI has a similar button (though that, sadly, doesn't preserve in-file context). At that point the cost of the "noise" is more or less zero. |
|