From: Mark E. <ma...@mp...> - 2013-08-26 14:40:48
|
Hi Chris, here's some more. filesync-escape-name.diff Replace non-reversible substitution of characters that aren't valid as filenames, with uri escaping. The old scheme resulted in unnecessary uid changes, and could have given collisions and duplications. filesync-control-flow.diff Errors we're being reported further up the call chain than necessary in the commit process, giving a confused idea of which function was actually in control. Mark |