Re: Do we want 'svn patch' to be able to add empty files?
From: Daniel Näslund <daniel_at_longitudo.com>
Date: Fri, 3 Sep 2010 14:10:29 +0200
On Fri, Sep 03, 2010 at 12:18:37PM +0200, Branko ÄŒibej wrote:
From builtin/apply::try_create_file() in the git source code:
fd = open(path, O_CREAT | O_EXCL | O_WRONLY, (mode & 0100) ? 0777 : 0666);
Git only checks for the executable bit, AFAIK.
Daniel
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.