logoalt Hacker News

ibejoebtoday at 6:13 PM1 replyview on HN

I don't think so, but I'm not sure. It seems to imply that renaming a file without using `lore stage` subcommands will record a delete and an add, meaning that changes made in a branch prior to the rename won't automatically propagate. Git will detect this without using it's own mv command.


Replies

IshKebabtoday at 7:14 PM

No they're saying that it will explicitly record the move, unlike Git which has to guess (it often fails).

show 1 reply