From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory Date: Tue, 27 Jan 2015 10:11:52 +0100 Message-ID: <54C75658.7000804@swipnet.se> References: <54C69627.60702@cs.ucla.edu> <54C72415.5080507@cs.ucla.edu> <54C73536.3080009@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1422349940 10878 80.91.229.3 (27 Jan 2015 09:12:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 09:12:20 +0000 (UTC) Cc: Emacs Development To: Paul Eggert , sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 10:12:19 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YG2C0-00008x-LU for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 10:12:16 +0100 Original-Received: from localhost ([::1]:45915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2By-0000Tm-C9 for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 04:12:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2Bm-0000Tg-Vt for Emacs-devel@gnu.org; Tue, 27 Jan 2015 04:12:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG2Bj-00020n-22 for Emacs-devel@gnu.org; Tue, 27 Jan 2015 04:12:02 -0500 Original-Received: from mailfe03.swip.net ([212.247.154.65]:46569 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG2Bi-00020Y-Rn; Tue, 27 Jan 2015 04:11:58 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 401558769; Tue, 27 Jan 2015 10:11:56 +0100 Original-Received: from jdvpro.hq.ismobile.com (unknown [176.57.193.190]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id DD8891A01EE; Tue, 27 Jan 2015 09:11:55 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <54C73536.3080009@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.65 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181827 Archived-At: Paul Eggert skrev den 2015-01-27 07:50: > Sam Steingold wrote: > >> .$ mkcd z >> ./z [37]$ git init >> Initialized empty Git repository in ./z/.git/ >> ./z [38]$ ls -R .git/ >> ... >> .git//hooks: >> total 40 >> 8 ctags* 8 post-checkout* 8 post-commit* 8 >> post-merge* 8 post-rewrite* > > That's odd. It doesn't look like my .git/hooks at all. I wonder what > other incompatibility bombs Apple has planted in their version of Git? FWIW, no git repository I have on OSX (2 machines about 20 repositories) has this layout. This is what they have: % ls .git/hooks/ applypatch-msg.sample* pre-push.sample* commit-msg.sample* pre-rebase.sample* post-update.sample* prepare-commit-msg.sample* pre-applypatch.sample* update.sample* pre-commit.sample* % git --version git version 1.9.3 (Apple Git-50) I think this is a local problem, not a general one. Jan D.