From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754237AbXDVR6u (ORCPT ); Sun, 22 Apr 2007 13:58:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754017AbXDVR6u (ORCPT ); Sun, 22 Apr 2007 13:58:50 -0400 Received: from fed1rmmtao106.cox.net ([68.230.241.40]:62206 "EHLO fed1rmmtao106.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753934AbXDVR6t (ORCPT ); Sun, 22 Apr 2007 13:58:49 -0400 From: Junio C Hamano To: Linus Torvalds Cc: git@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [ANNOUNCE] GIT 1.5.1.2 References: <7vhcrml4wx.fsf@assigned-by-dhcp.cox.net> <7v1widrl0o.fsf@assigned-by-dhcp.cox.net> Date: Sun, 22 Apr 2007 10:58:48 -0700 In-Reply-To: (Linus Torvalds's message of "Sun, 22 Apr 2007 10:22:47 -0700 (PDT)") Message-ID: <7vvefonvdz.fsf@assigned-by-dhcp.cox.net> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds writes: > On Sat, 21 Apr 2007, Junio C Hamano wrote: >> >> The latest maintenance release GIT 1.5.1.2 is available at the >> usual places: > > Well, by "available" you probably mean "not available", because it doesn't > actually work. > > I get EPERM on pack-e00affefe0f779d0f9b0507aef25a1733f4a9117.idx/pack, > because they are > > -r-------- 1 junio junio 1120880 > -r-------- 1 junio junio 15709370 > > respectively. I've run fsck and then flipped the bits manually on these files to unblock people, but I have no idea how this happened. These two were the only files that had the funny bits in the repository. -r-------- 1 junio junio 1120880 Apr 22 06:46 -r-------- 1 junio junio 15709370 Apr 22 06:46 I can tell from the output of "last" on that machine that I was present and I am reasonably sure this was from "git repack -a -d" I manually did. But my umask is 0002... Gaah. "git repack -a -d" from 'master' leaves packs with 0400 mode (maint is fine). > Oops. Oops indeed.