Discussion:
version number
Eike Rathke
2018-03-13 17:18:51 UTC
Permalink
Hi,

Building mutt from master, mutt -h (or -v) display the version as
currently

Mutt 1.9.4+96 (f6232a25) (2018-03-03)

That's somewhat unexpected and apparently in version.sh the distance
from latesttag isn't quite what was thought it would be..

Nothing important, just to mention.

Eike
--
OpenPGP/GnuPG encrypted mail preferred in all private communication.
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918 630B 6A6C D5B7 6563 2D3A
Care about Free Software, support the FSFE https://fsfe.org/support/?erack
Use LibreOffice! https://www.libreoffice.org/
Kevin J. McCarthy
2018-03-13 17:56:04 UTC
Permalink
Post by Eike Rathke
Building mutt from master, mutt -h (or -v) display the version as
currently
Mutt 1.9.4+96 (f6232a25) (2018-03-03)
That's somewhat unexpected and apparently in version.sh the distance
from latesttag isn't quite what was thought it would be..
Nothing important, just to mention.
Git's algorithm for computing the distance between the tag and tip is
different than hg. It's showing the number of commits that would need
to be made to the 1.9.4 release in order to make it equivalent to the
tip of master. So that's most of the commits in master since the 1.9.0
release (the last time master was merged into stable).

Mercurial was using a "shortest distance" algorithm.

Just for reference, there is also a discussion on this at
https://gitlab.com/muttmua/mutt/issues/6
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
Loading...