Re: Some information that git diff saves and that git status does not
From: Johannes Sixt <hidden> Date: 2016-06-15 22:48:24
Junio C Hamano schrieb:
I didn't fully read what you wrote but after you copy a repository from
one to another outside git (be it done with unison or rsync), you should
run "update-index --refresh".
And the reason for this is that git also looks at the inode numbers, and I
guess that unison does not go as far as to preserve them between machines...
-- Hannes