From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=96.73.9.1; helo=muon.bluestop.org; envelope-from=rebecca@bluestop.org; receiver=edk2-devel@lists.01.org Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 85E9F211CF34A for ; Mon, 25 Feb 2019 06:41:24 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id E926B47DC2; Mon, 25 Feb 2019 07:42:13 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1551105734; bh=Hq3ftAPtMKaxBbe1AmK6I/Px+FYoSGabGLqB+sCyQy4=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=Fig5Yj257yJP6K94DwymgW4NBOI/h9c+ePL+w3JE53D1P0iVIlDmWdz3q47XpGJwF Ry4Od+4ikcEc69+fE769Yfyn391h5VNP0ptUXMaw4g6oUzrrcgvUnLuWQ9QfeJ19Xf SA6aZ68yhXbLgNHvvDsvrAtb2T4EmbJu8aZp65yE= Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XETaP16Vv68h; Mon, 25 Feb 2019 07:42:13 -0700 (MST) Received: from Rebeccas-iPhone.mail (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Mon, 25 Feb 2019 07:42:13 -0700 (MST) Date: Mon, 25 Feb 2019 07:40:10 -0700 From: Rebecca Cran To: Laszlo Ersek , edk2-devel@lists.01.org Cc: Jaben Carsey , Daryl McDaniel Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [PATCH] StdLib: Update resolv.conf to use Google's DNS servers. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2019 14:41:24 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline On February 25, 2019 at 3:11:16 AM, Laszlo Ersek (lersek@redhat.com(mailto:lersek@redhat.com)) wrote: > > Can you please repost the patch with an updated subject line / commit > message? That way we can apply it with git-am without tweaking on the > maintainer side. Sure! Rebecca