Re: [PATCH] RFC Optionally handle symbolic links as copies
From: Johannes Sixt <hidden> Date: 2016-06-15 22:55:29
Am 12/5/2012 23:46, schrieb Robin Rosenberg:
- git status - when do we report a diff.
- After checkout we should probably not
Are you saying that it should be ignored that the index records a symbolic
link, but the worktree contains a regular file and that the regular file
does not even contain the value of the symbolic link (like it would in the
core.symlinks=false case)?
-- Hannes