Am 04.08.25 um 16:05 schrieb FMorschel: > This is a request to add an –after mode to git mv command to explicitly > mark a filesystem rename after it has occurred (analogous to mercurial > => hg mv –after). > > This would allow IDE/Language refactor renames/moves and would make sure > git still detects the moves correctly for keeping the correct commit > history. I've wished for this feature several times already. Though, in Git parlance it would be spelled `git mv --cached`. -- Hannes