From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.62411.1606754156532057092 for ; Mon, 30 Nov 2020 08:35:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XB3lJ8W6; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606754155; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1t1psg7V8RDDGgueEwPfLA8JtUGeJOuv974Xp2jMRSI=; b=XB3lJ8W6dUYyYE9p9r4A5uOfW6XYypueLfeEoVhVlktNwOrUNqltMpVNT16D/nRvvoC1X8 rgEwZ7EUQl3T6tdTduJ0g5OFMZdDK6vjqO3yS79Jjl15uWNa8IJdw10wBU8oF+UbcMkHW6 LptpwHklAJLLWOeYTFAbuouyz5VPE18= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-527-lFTe6kqeOBuTaMJEdXR6hA-1; Mon, 30 Nov 2020 11:35:54 -0500 X-MC-Unique: lFTe6kqeOBuTaMJEdXR6hA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EF8D181CB06; Mon, 30 Nov 2020 16:35:51 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-120.ams2.redhat.com [10.36.112.120]) by smtp.corp.redhat.com (Postfix) with ESMTP id A58565D9D2; Mon, 30 Nov 2020 16:35:50 +0000 (UTC) Subject: Re: [PATCH 0/5] OvmfPkg: Fix Bhyve code formatting and style problems To: Rebecca Cran , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Peter Grehan References: <20201130053412.2-1-rebecca@bsdio.com> <40a69722-3ec2-c8d2-120f-eebd80868b79@bsdio.com> From: "Laszlo Ersek" Message-ID: <0338ca7b-3965-6c7b-62cf-54317ad05c1f@redhat.com> Date: Mon, 30 Nov 2020 17:35:49 +0100 MIME-Version: 1.0 In-Reply-To: <40a69722-3ec2-c8d2-120f-eebd80868b79@bsdio.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 11/30/20 06:48, Rebecca Cran wrote: > On 11/29/2020 10:34 PM, Rebecca Cran wrote: > >>   .../Bhyve/AcpiPlatformDxe/AcpiPlatformDxe.inf |  18 +- >>   OvmfPkg/Bhyve/AcpiTables/AcpiTables.inf       |  10 +- >>   OvmfPkg/Bhyve/BhyveRfbDxe/BhyveRfbDxe.inf     |   8 +- >>   OvmfPkg/Bhyve/PlatformPei/PlatformPei.inf     |  12 +- >>   .../SmbiosPlatformDxe/SmbiosPlatformDxe.inf   |  10 +- >>   .../Library/BhyveFwCtlLib/BhyveFwCtlLib.inf   |   5 +- >>   OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.h  |  10 +- > > Sorry, I thought I'd fixed the ".../" in my .gitconfig but apparently not. > > Looks like I need to remember to pass it when running format-patch. > > Right, unfortunately I don't know a way to make the options "--stat=1000 --stat-graph-width=20" stick. (I guess a git alias command could work, but I don't like using a different git command for formatting edk2 patches -- it should all be in the settings. Well, OTOH, now I get to use different *options* when formatting edk2 patches :))) Thanks Laszlo