X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=eguq1
	avuE+nTlsjFC4CAo4l8Cw64ltT1drbkyjZotajw3heohr+yBCwERJyrLI5a+yxl9
	sOiO5uCmcXorIo6P+ICg4ROG8cKi+V+L9ukzhQljZb5tgke/pak+/feHwzpG1+0e
	SvFZ0qYkXhIQqRItZlyyQDoK9iQtmrxktYOaAg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=P04Z0DSymrs
	QvdDGyRAxNlo/9SA=; b=s/V4vzRznMJPtUZYMbOplG8yQ91MoQ1yQ0CBKZV/WSQ
	QvpcYPejbxshFOyosDUgww1OKCVrOVlzhfvfBY9IgN/Hj+4nXnDv6v7Y0DThRXnz
	ZPdnIZ3mYUSFgijpyg64tBAo3ZxBSTPVamwKiyGvRm3FxSRgvhlzzi8ib8saKHDc
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=moss, Moss, eliot, dear
X-HELO: vsmx009.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Request to the git maintainer
References: <b5a70575-b81b-12c1-aad3-b100dd7acaa0@cs.umass.edu>
Date: Mon, 10 Jul 2017 22:24:35 +0200
In-Reply-To: <b5a70575-b81b-12c1-aad3-b100dd7acaa0@cs.umass.edu> (Eliot Moss's	message of "Fri, 7 Jul 2017 14:23:02 -0400")
Message-ID: <87a84cxcos.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-VADE-STATUS: LEGIT

Eliot Moss writes:
> Dear maintainer of git ....
>
> I use CrashPlan as my backup engine.  It has difficulty backing up
> files with no "other" access.  Many git locale (.mo) and doc-related
> files have permissions 600 (directories 700).  Is there a good reason
> for this?  I would think that 644 and 755 access would be fine for
> these files, and it would prevent the problems I see with CrashPlan.

That's an upstream build system bug.  Some of the installation scripts
use cp instead of install and that in turn makes them dependent on umask
(which doesn't get set aywhere I can easily find).  I guess Adam could
work around that by setting 'umask 022' in the cygport file, but it
really should be fixed in git.git.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

