I am using git-lfs. The repository contains a large file X.png, which is tracked by git-lfs. I cp X.png Y.png && git add Y.png.
Will this increase the size of the tracked data in the git-lfs server, or will git just go "oh, I know that hash" and do nothing?
