Re: announce: my fork of alot

Subject: Re: announce: my fork of alot

Date: Mon, 17 May 2021 09:54:27 +0200

To: Anton Khirnov, Patrick Totzke, notmuch@notmuchmail.org

Cc:

From: Michael J Gruber


Michael J Gruber venit, vidit, dixit 2021-05-17 09:33:13:
> Patrick Totzke venit, vidit, dixit 2021-05-17 09:08:31:
> > ```
> > [~] git clone https://git.khirnov.net/alot.git             
> > Cloning into 'alot'...                        
> > fatal: unable to access 'https://git.khirnov.net/alot.git/': server certificate verification failed. CAfile: none CRLfile: none
> > [~] git clone git://git.khirnov.net/alot.git
> > 
> > Cloning into 'alot'...
> > 
> > (times out)
> > ```
> 
> It is unauthenticated git protocol:
> 
> git clone git://git.khirnov.net/alot.git
> 

Just for fun, I'll throw in a few git commands, but maybe other
notmuch-ml users would prefer us to continue somewhere else:

git merge-base upstream/master akhirnov/master
f1ceccaa58bb36cac73e6886a0b14230e5518fda

git one f1ceccaa
f1ceccaa ("envelope: add setting for custom Message-ID domain", 2019-11-23)

git rev-list --count --left-right --cherry-mark upstream/master...akhirnov/master
108     229	0

(There is one cherry-pick which this misses due to non-equal patch
hashes.)

git diff --shortstat upstream/master akhirnov/master
 99 files changed, 4135 insertions(+), 5475 deletions(-)

Michael
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: