From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 19 Jun 2019 16:34:53 -0700 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D4E8D3092650; Wed, 19 Jun 2019 23:34:52 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-91.ams2.redhat.com [10.36.116.91]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D7095C207; Wed, 19 Jun 2019 23:34:48 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] BaseTools: add script to set up git environment To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , devel@edk2.groups.io, leif.lindholm@linaro.org Cc: "Feng, Bob C" , Liming Gao , Yonghong Zhu , Andrew Fish , Michael D Kinney References: <20190610115410.13458-1-leif.lindholm@linaro.org> <7fc38e5a-1353-9700-4310-a237ed62884e@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 20 Jun 2019 01:34:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <7fc38e5a-1353-9700-4310-a237ed62884e@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 19 Jun 2019 23:34:53 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06/15/19 10:47, Philippe Mathieu-Daud=C3=A9 wrote: > On 6/10/19 1:54 PM, Leif Lindholm wrote: >> https://github.com/tianocore/tianocore.github.io/wiki/Laszlo's-unkempt= -git-guide-for-edk2-contributors-and-maintainers >> is a great resource, but it's a lot of manual steps to go through for >> each repository (especially as the number seems to grow). >=20 > Laszlo, why do you set 'git config core.pager cat'? >=20 Because I dislike git invoking "less" automatically, when run from a terminal. If I need "less", I can pipe git's output to "less" just fine. Thanks Laszlo