Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp4758037imm; Wed, 30 May 2018 11:23:02 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKyMCLUD+uPKqbI+S53YLOLTSOJwVz9RrLC958oyWJ/90iSr5n3XZMyNR4uM8z5GegDX28P X-Received: by 2002:a17:902:9f84:: with SMTP id g4-v6mr3850193plq.152.1527704582692; Wed, 30 May 2018 11:23:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527704582; cv=none; d=google.com; s=arc-20160816; b=G+cWTO/90QyI4c7sOA/5L8JDIgpRzoInQT1BuCiFvRnb8aKjJmMIMXd2VUB4UIPsgA Eoj6Ce8mf3dLJOQUYjUSzN/XLucWlNgwhnxOUu9UN3kZO9q32pk0Our6zT5BAjFpejD6 yYEc0JByK9knjrRTlZE21/uQz03lOj0L3Osnlu7BjUtnfUuGMZbrJE86S2s+e02/8n9P 5nRoiKAeFPteof1S7oH7F9okdu8s2vFd7VwnlXglvix1IxafbHW+AzRAqzXiGGDZtBbv u8BGlu7fTHjG8trIZOUUXg2H9DMCTAq+5R0LZsan2oOkOgnbmOxFAOydXoatUGB/Kv20 VHLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=EEWh8FsHMD9PUthNbZj97r07+VYh4hzlGuOKF42I6s0=; b=0fI+IiNOKoapscgwvNZjogvDGZVqzEOQUWyySdKRRl06LvEtSJBodGE2MIsBonFVbV FgKcgRQlpcblYD9PNUZduqWl5dA48ArCiROLVALCUydrEmZX00xEqId7f7SIwROBUNlC 1qqa2rZGoRsWtpcshzcjQ2AD4C1Lid9MVRu4rUgQl8ZKhjO+BBV8n/kkJJkRHjpGL2tw EYp+ssCTFkUHjdtE8ZFs2s9eBGvQEKbLNbqF/aEelVhnjnhSskh4ft+F+S7NJJzuuoKc ZeWqMYel2v/aeOamUzGfRgmN+86pzJkVqFPEHJOnI7AkKRAVupx321zSzJ4YRe7npwTB 7T/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w69-v6si11632870pgd.101.2018.05.30.11.22.48; Wed, 30 May 2018 11:23:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753738AbeE3SWM (ORCPT + 99 others); Wed, 30 May 2018 14:22:12 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59271 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752982AbeE3SWL (ORCPT ); Wed, 30 May 2018 14:22:11 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id B2CA180500; Wed, 30 May 2018 20:22:09 +0200 (CEST) Date: Wed, 30 May 2018 20:22:09 +0200 From: Pavel Machek To: Yunlong Song Cc: jaegeuk@kernel.org, chao@kernel.org, yuchao0@huawei.com, yunlong.song@icloud.com, miaoxie@huawei.com, bintian.wang@huawei.com, shengyong1@huawei.com, heyunlei@huawei.com, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] f2fs-tools: do not ignore *.rej in git Message-ID: <20180530182209.GA19379@amd> References: <1527664249-147982-1-git-send-email-yunlong.song@huawei.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <1527664249-147982-1-git-send-email-yunlong.song@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-05-30 15:10:49, Yunlong Song wrote: > When using git apply --reject to resolve the conflicts, we should better > see all the *.rej clear, or we will miss merging some *.rej patches. >=20 > Signed-off-by: Yunlong Song > --- > .gitignore | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/.gitignore b/.gitignore > index 3f04e85..391c528 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -11,7 +11,6 @@ > *.mod.c > *.lst > *.orig > -*.rej I don't think that's good idea. You don't want .rej files version controlled, that's what .gitignore file says. --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlsO69EACgkQMOfwapXb+vLcGgCfUk0JoC0oK31sj+uiG+aHcA5x QQ8AoJ4Vnq0zgWp1uergdZ1BZ8+PGVmT =DllP -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd--