From nobody Tue Nov 09 15:32:40 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 226871847763 for ; Tue, 9 Nov 2021 15:32:53 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:7ae3:b5ff:fe1b:23b4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "*.lerctr.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HpX6k6P7Xz4sWn; Tue, 9 Nov 2021 15:32:46 +0000 (UTC) (envelope-from ler@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=ler2019; h=Content-Type:Message-ID:References:In-Reply-To:Subject:Cc:To: From:Date:MIME-Version:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=72DklpUu3KfRp3h0hv67hsrec+AlcjWQhZ4epIvrNgM=; b=rTaXu7fiLG6vFJPHH921wugV8+ cpN/RaH+qXjQqulIzXwaU7ciJC87AGVQP0tNzO6aPjwuDVbCrVgq3Nl08uhTUTOUlrsOacCyleILK oPrdibiKNTXxT16DCfoDNpD6y6DWittwgN9Z5mKwXo2Z0QQSYRmZxiAex1indBuCpSuziOj6N2b1v dSHzYNoImEhx/Xp0Vx23gm/bOQEHwjIJqSq80JZDNOyIzSj+TXvnn6qdn7hPtif0xEE5MScj2i0l1 hbfozQSUJrwI3YjxZruG8j2ofKR5h648DWacitQEKiHHl8ORQy4ebDFI9QtYUgG5rcknRVxR6xqz0 cYpwrTzA==; Received-SPF: softfail (thebighonker.lerctr.org: transitioning domain of FreeBSD.org does not designate 2001:470:1f0f:3ad:bb:dcff:fe50:d900 as permitted sender) client-ip=2001:470:1f0f:3ad:bb:dcff:fe50:d900; envelope-from=ler@FreeBSD.org; helo=webmail.lerctr.org; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:bb:dcff:fe50:d900]:63015 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1mkT78-000MQR-2G; Tue, 09 Nov 2021 09:32:46 -0600 Received: from 2600:1700:210:b18f:ac0a:93ef:dd8c:69bd by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Tue, 09 Nov 2021 09:32:40 -0600 List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Date: Tue, 09 Nov 2021 09:32:40 -0600 From: Larry Rosenman To: Philip Paeps Cc: doc-committers@freebsd.org, dev-commits-doc-all@freebsd.org Subject: Re: git: 6952540fe7 - main - really update the expire date. In-Reply-To: <94C734B9-BD9E-4C08-9683-4CFDD5A0D100@freebsd.org> References: <202111090433.1A94XaUt022831@gitrepo.freebsd.org> <94C734B9-BD9E-4C08-9683-4CFDD5A0D100@freebsd.org> Message-ID: <371e31b54f70b85dc733a4059d6d3e9c@FreeBSD.org> X-Sender: ler@FreeBSD.org Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=_e363c323e1cd2058a558ee24072225a2"; micalg=pgp-sha256 X-Rspamd-Queue-Id: 4HpX6k6P7Xz4sWn X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --=_e363c323e1cd2058a558ee24072225a2 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On 11/09/2021 12:32 am, Philip Paeps wrote: > On 2021-11-09 12:33:36 (+0800), Larry Rosenman wrote: >> really update the expire date. > > For dealing with PGP in Git, I recommend this in $HOME/.gitconfig: > > [diff "gpg"] > textconv = "f(){ gpg --list-packets < \"$1\" | grep -v \"^# > off=\"; }; f" > > And adding "*.key diff=gpg" to .gitattributes. > > That'll show you what actually changed with 'git show' / 'git diff' > etc. Because base64 encoded blobs are not particularly easy to read > by themselves. :) > > Philip Is that .gitattributes in ~ or the root of the repository? -- Larry Rosenman http://people.freebsd.org/~ler Phone: +1 214-642-9640 E-Mail: ler@FreeBSD.org US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 --=_e363c323e1cd2058a558ee24072225a2 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc; size=488 Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEHjgknedhWzvJgwVzaXyZsatIp30FAmGKlJ0ACgkQaXyZsatI p3109wgAk0SCe1s+v7GWfxG7R5GwL/mMOfM6YOOHlRRimnz3eXM0E9EQfnJ3JNEW IFxU/vxk83vAx+MtkowxSbzCN3XWERp6vEGXXjyoTY59ghV5dkU68FWSOru2Hnl3 Uk8DQn3UYhFxFjvw1BoR5cavCgoxJRqhe+mLEkGzRnBRUS2INz/ZZAZJAmZJFNr8 9utRGv0lm/6SSlnGeR5KA1HAEWbw151/cix8uUsNW5Z7zPLxW0YRZ7dC8aL2NSx6 28TY+o8Z8ac5bn7jIBZJD5MtVsNfCsSddKD3Cui2o8PIE9yEmiSd/oqTmAUJifV7 o2gX0w+FiSDuo60Bwse5tRJmEqOayQ== =dYRH -----END PGP SIGNATURE----- --=_e363c323e1cd2058a558ee24072225a2--