Thomas Broyer on Nostr: npub1upkp7…4tcwy I don't think it's important to understand it, I see it more like ...
npub1upkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xss4tcwy (npub1upk…tcwy) I don't think it's important to understand it, I see it more like "trivia".
But it shows sometimes and if you know about it it feels less weird. For example, `git status` will likely see one file deleted and another added, but `gif diff` (or `git log -p`) will tell you the file has actually been renamed (and possibly slightly changed at the same time).
It also helps understand why `git diff` has different diffing algorithms (e.g. `--patience`) that can better detect such file moves.
But it shows sometimes and if you know about it it feels less weird. For example, `git status` will likely see one file deleted and another added, but `gif diff` (or `git log -p`) will tell you the file has actually been renamed (and possibly slightly changed at the same time).
It also helps understand why `git diff` has different diffing algorithms (e.g. `--patience`) that can better detect such file moves.