Piotr Krukowiecki <piotr.krukowiecki@xxxxxxxxx> writes: > Maybe Mikhail wanted to say that if there's a git-mv as a shortcut for > "cp old new ; rm old; add new" > then there should be a git-cp as a shortcut for > "cp old new; add new" Copying and then futzing with a copy is a bad discipline to begin with. git already has a reputation of having too many commands. I am not thrilled about the idea of making things worse by adding an unnecessary command, and especially one that encourages a bad workflow. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html