From: Chris F. <cd...@fo...> - 2013-10-10 19:24:52
|
On Wed, Sep 25, 2013 at 04:04:10PM +0100, Mark Ellis wrote: > 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. Thanks Mark! Committed. > filesync-escape-name.diff > Replace non-reversible substitution of characters that aren't valid as > filenames, with uri escaping with exceptions for commonly used > characters in filenames. The old scheme resulted in unnecessary uid > changes, and could have given collisions and duplications. Committed as well, with a small change to fix the NULL argument in g_uri_escape_string(). I changed it to TRUE, to match the other call you had. - Chris |