From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZtSl8-0004zp-AT for mharc-grub-devel@gnu.org; Mon, 02 Nov 2015 22:59:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtSl5-0004wK-VC for grub-devel@gnu.org; Mon, 02 Nov 2015 22:59:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtSl5-00024b-1h for grub-devel@gnu.org; Mon, 02 Nov 2015 22:59:43 -0500 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:32771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtSkz-00023l-2k; Mon, 02 Nov 2015 22:59:37 -0500 Received: by lfbf136 with SMTP id f136so4260377lfb.0; Mon, 02 Nov 2015 19:59:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=dKZ/2kk5SLOuU0oYRuE7qqDcM2dg6b2y4SOW3l3w8qY=; b=Y1QrOoaLfZO/XanOApXFNNw1oPFzBxpxIrXNfnhn8Qv/3TQ6ub29JGTjicg8UMwrOm aoL2WDweSTrMzPbDF1CYlpgAH/6GKq9xmO73E9I8zRYptgb1EzWJLPEuKzkcu+ZOP1JA RmDNn29g1RT7YB3oveFAia3p1hpVnqz9di5B+4uLV9ep4dZdCYEYg9BCnqefmSB8cmmI hOt9osPJ8rhQ42Kd3+o6faONv8+rTiaCqnHzPhddkKmrZKkjza2YbhjYtpRWiwnPN6tw Sr9M7AGBmbf1NLNIq1VHQmQlrRCA6lQHL1FNxKnm8OqAyAblUEPadUF8UvnE1mawJmWj W7KA== X-Received: by 10.25.39.135 with SMTP id n129mr7603083lfn.60.1446523176174; Mon, 02 Nov 2015 19:59:36 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id c6sm4465904lbp.2.2015.11.02.19.59.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 19:59:35 -0800 (PST) Subject: Re: [Savannah-users] Anonymous commit (empty Author and Committer) To: The development of GNU GRUB , Kaz Kylheku References: <56337DF8.5050802@gmail.com> <5633CDCD.10004@gmail.com> <5633CE60.8060907@gmail.com> <5633D0C7.2020709@gmail.com> <20151030205955.GC21923@csclub.uwaterloo.ca> <0eb2d04aed9a93b38867292bfa6c55f6@mail.kylheku.com> <871tcbwmf0.fsf@igel.home> <5634C63F.8050702@gmail.com> From: Andrei Borzenkov Message-ID: <56383126.4040902@gmail.com> Date: Tue, 3 Nov 2015 06:59:34 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5634C63F.8050702@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::22e Cc: savannah-users@gnu.org, savannah-users-bounces+kaz=kylheku.com@gnu.org, Lennart Sorensen X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 03:59:44 -0000 31.10.2015 16:46, Andrei Borzenkov пишет: > 31.10.2015 10:02, Andreas Schwab пишет: >> Kaz Kylheku writes: >> >>> Nope. They will have a git in which that commit looks like their own >>> local work. *Someone* will inadvertently do a "git push" to blast out >>> their changes based on that deleted commit, thereby causing it to >>> reappear. >> >> Not if another one pushes something different in the mean time. >> > > Which is why I said "amended". Actually I was probably wrong. "git pull" will see non-ff case and will attempt merge of remote and local, unless merge.ff=only is set. So we can only hope that everyone who has commit rights reads this list and will check local clone and do rebase to wipe out this commit if necessary. Otherwise it will be resurrected indeed. May be it's not worse the trouble then to remove it.