Re: git: 6952540fe7 - main - really update the expire date.

Philip Paeps <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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

-- 
Philip Paeps
Senior Reality Engineer
Alternative Enterprises
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.