From: Wayne Davison Date: Mon, 17 Mar 2008 01:06:47 +0000 (-0700) Subject: Fixed hard-linking when some of the files can get skipped. This adds X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c9b62cf375f393de076d0fc7a3c2748d581c54a2?hp=c9b62cf375f393de076d0fc7a3c2748d581c54a2 Fixed hard-linking when some of the files can get skipped. This adds the FLAG_SKIP_HLINK flag, which gets set on any hard-linked file that the user wants to skip (e.g. via --ignore-existing, --append, etc.). The code in hlink.c now deals with the skipped files instead of triggering an assert() error. ---