As of commit 6e056167 fileflags.diff produces a compile error. The attached patch fixes this.
Created attachment 6624 [details] Fix for fileflags.diff
The return from try_a_force_change() was also wrong in that code path, so I fixed that too. Note that it is always nice to generate a patch on the files themselves, not a patch of a patch. Patch files are auto-generated.
In gmane.network.rsync.general, Wayne Davison wrote: > Note that it is always nice to generate a patch on the files themselves, not a > patch of a patch. Patch files are auto-generated. No worries. Out of interest, what form is the original form from which the patch files are auto-generated, e.g. git branches?
(In reply to comment #3) > Out of interest, what form is the original form from which the patch > files are auto-generated, e.g. git branches? Yup -- see packaging/branch-from-patch script (on the master branch). Patches are updated via packaging/patch-update script from my local branches.