Closed scottlowe closed 5 years ago
First question, is it possible to rebase and first
git mv protocols.clj protocols.cljc
and then apply the changes? Reason is it looks like we've lost/obfuscated a lot of useful history on that file with this change.
Possibly. Yeah, I was wondering about that. Because more than 50% of the file has changed, git didn't auto-track the name change. I'll give it a go.
@RickMoynihan Done. I've added a commit to mv protocols.clj to protocols.cljc to retain the history of that file.
Relates to downstream https://github.com/Swirrl/muttnik/pull/193.