From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZvoSo-0005Ap-40 for mharc-grub-devel@gnu.org; Mon, 09 Nov 2015 10:34:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvoSl-00057r-GP for grub-devel@gnu.org; Mon, 09 Nov 2015 10:34:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvoSk-0006ro-H4 for grub-devel@gnu.org; Mon, 09 Nov 2015 10:34:31 -0500 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:35201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvoSk-0006rU-Af for grub-devel@gnu.org; Mon, 09 Nov 2015 10:34:30 -0500 Received: by wmeo63 with SMTP id o63so7237288wme.2 for ; Mon, 09 Nov 2015 07:34:29 -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; bh=VYligZxioXRAGkZ3QEPc1ayU+uMUSea5EAcYCefV7Uw=; b=pGS5w/sydPhwVaVLY51I22CBlotEaG+TQbGcS1X2eoZhsKZKZWGmakv50Cv/GNnJHU WB8Lt0TzVFYsBvGxdpYBOiwYZJJUSufDkdA6JqGI8rxErAgguKHq4rKz1AKCbJxpmmIX zJQZjq1bEFbh+SNSGssqO5diaAmGyHjXXnXc4E962DQBQAvpchT6zNXsl9U7aFsL6MuX gab4wtqw8cl/xemgjEE3+Tms0FZpLz/wpLU3pF3LaN6V3xZdorQl6D6tSnMZOHIx43d0 yU82PDSVgUFQMCVAsrPqqq3KQW0bGaUNhJEZI2bSTRrVHI0Wut+M7APMDN6Rll1kE/pc gY1g== X-Received: by 10.28.184.13 with SMTP id i13mr22736089wmf.31.1447083269354; Mon, 09 Nov 2015 07:34:29 -0800 (PST) Received: from ?IPv6:2620:0:105f:fd00:863a:4bff:fe50:abc4? ([2620:0:105f:fd00:863a:4bff:fe50:abc4]) by smtp.gmail.com with ESMTPSA id kd8sm16016501wjc.27.2015.11.09.07.34.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 07:34:28 -0800 (PST) Subject: Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files To: Daniel Kiper References: <1437402954-7375-1-git-send-email-daniel.kiper@oracle.com> <1437402954-7375-2-git-send-email-daniel.kiper@oracle.com> <1439370297.9747.318.camel@citrix.com> <20151109152956.GE26902@olila.local.net-space.pl> From: =?UTF-8?Q?Vladimir_'=cf=86-coder/phcoder'_Serbinenko?= Message-ID: <5640BCFC.6090106@gmail.com> Date: Mon, 9 Nov 2015 16:34:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151109152956.GE26902@olila.local.net-space.pl> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wxGjEbQ9LwaGoW23nhBrU0iPLUwNUqiVr" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::242 Cc: jgross@suse.com, grub-devel@gnu.org, keir@xen.org, Ian Campbell , stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, roy.franz@linaro.org, ning.sun@intel.com, david.vrabel@citrix.com, jbeulich@suse.com, wei.liu2@citrix.com, xen-devel@lists.xenproject.org, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org 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: Mon, 09 Nov 2015 15:34:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wxGjEbQ9LwaGoW23nhBrU0iPLUwNUqiVr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09.11.2015 16:29, Daniel Kiper wrote: > On Wed, Nov 04, 2015 at 01:03:56PM +0100, Vladimir 'phcoder' Serbinenko= wrote: >> Le 12 ao=C3=BBt 2015 11:04 AM, "Ian Campbell" a =C3=A9crit : >>> >>> >>> (Having written the below I see too late that this is a grub patch no= t a >>> Xen one, a tag in the subject for such cross posted patches would be >> useful >>> please. Anyway, my opinion counts for very little in this context but= I >>> leave it below since already I wrote it. I notice that xen.git#.gitig= nore >>> _does_ list *.rej, which I think is wrong...) >>> >>> On Mon, 2015-07-20 at 16:35 +0200, Daniel Kiper wrote: >>>> Signed-off-by: Daniel Kiper >>> >>> At least *.rej and perhaps *.orig are indicative of a failed patch >>> application, I think I want them to appear in "git status". >>> >>> By way of comparison Linux's .gitignore includes *.orig but not *.rej= and >>> Qemu's includes neither. >>> >>> So nack to the addition of *.rej from me. I'm more or less ambivalent= >> about >>> *.orig. >>> >> I have to agree. You should clean up *.rej *.orig after fixing conflic= ts >=20 > Thanks for comment on this. Could you review rest of this patchset? > I am working on v3 and it will be nice to take your (and others if > possible) comments into it. >=20 I will go through them today > Daniel >=20 --wxGjEbQ9LwaGoW23nhBrU0iPLUwNUqiVr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREKAAYFAlZAvPwACgkQmBXlbbo5nOuSYAD+JtWQdSM9+HcKEaRY/KQd1d75 WfjXwvsJbxY8JtSWwyIBAJ064AGFjyLTm+cEkQVl/dZokg5PM+ddgGDpHpJ0t9Zf =9WK/ -----END PGP SIGNATURE----- --wxGjEbQ9LwaGoW23nhBrU0iPLUwNUqiVr--