From nobody Tue Nov 09 15:45:08 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 44D58184E082 for ; Tue, 9 Nov 2021 15:45:14 +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 4HpXP574Bmz3GYD; Tue, 9 Nov 2021 15:45:13 +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=E101udPS/CeNJqdPcWk6dE8re0GTjGCHxpfSeo/U3eo=; b=HzWWz/Bea8X7nEsBR0FYY8V70S wprT3XaQWwF36NmeH4qeBooHbj6rWl8FFWPHEp23479PYyrR1b1mzHRQx7HNpg6KoYpmJpglK6lRp JvPpt2uoH/hRXUfXDb/2bj2D2xtKtRg/Qdcllx0SdSRn0Q1N460hobW/arQ43iGBz5o27hB311whA N23v3qvcSlDHFPfxvV/tShQmS17dbdgYLWbJC721e3podUZ8rsj7/cqQFM81CsXjq/n+euxGZITMw 2zgp2mFB1fqM6u9mC4BquVEVtWfVw62kAMTA5dMbVRWNathJDSkhThUUW+waeDvXQPv/to+8GzKLd g9RkN8Lw==; 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]:44428 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 1mkTJB-000Mkl-82; Tue, 09 Nov 2021 09:45:13 -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:45:08 -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:45:08 -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: <371e31b54f70b85dc733a4059d6d3e9c@FreeBSD.org> References: <202111090433.1A94XaUt022831@gitrepo.freebsd.org> <94C734B9-BD9E-4C08-9683-4CFDD5A0D100@freebsd.org> <371e31b54f70b85dc733a4059d6d3e9c@FreeBSD.org> Message-ID: <0da0dc3c9002ffc3fe4f4cc71d260f80@FreeBSD.org> X-Sender: ler@FreeBSD.org Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=_128d68ff4429c8b0f2a4628a981336fd"; micalg=pgp-sha256 X-Rspamd-Queue-Id: 4HpXP574Bmz3GYD X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-ThisMailContainsUnwantedMimeParts: N This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --=_128d68ff4429c8b0f2a4628a981336fd Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On 11/09/2021 9:32 am, Larry Rosenman wrote: > 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? Ok, it's in the doc root, but should it just be there untracked or sent up to the server? -- 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 --=_128d68ff4429c8b0f2a4628a981336fd Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc; size=488 Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEHjgknedhWzvJgwVzaXyZsatIp30FAmGKl4kACgkQaXyZsatI p33lNgf/VzGlm3vV7UHst00YM1i/dkIEzjyZD7Clx4vYG6xGMqWOdg26Fn1IRGmf NtICktUoqSCPdvI0HNY3cSR7xUYlevbppmPJCLHUj1I4vXlGnNVstaG8+jC1GM9k q/todaNYT1o5sJJbOo1TF+zRwojjdh3a7t/PRvYdZCMNPTPpeiYU4eAfjXwllOpp CEhOyds+HqaeAMSmPHDCE9LO3bVj226rvzVCJZ/UABv5f02aBhsvVhbqx5h/PVfh 62lATZ3qKupJ94U6AxAQ15OL7x2oGcLpp4KgYMRUYv2a3Oj8v73vnz5zaNg4eU8v 4Uii9XGEoFi7HdgGEjteiT/wXH2qPg== =+3yJ -----END PGP SIGNATURE----- --=_128d68ff4429c8b0f2a4628a981336fd--