Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is it possible to record file moves in this change? Right now *Utils files look like deleted/added.
Comment Actions
@aizatsky Yes. It was my intention, using: "git mv"., but I think I did something wrong. I will update the diff.
Comment Actions
@aizatsky I needed to use the flag "-M" for "git diff-tree" to record the rename.
Also, this diff is self-contained.