···55# This would generate based on the last update of the ChangeLog, instead:
66# lrev=$(git log -1 --pretty=format:"%H" ChangeLog)
7788-lrev=$(git describe --tags --match 'mutt-*-rel' --abbrev=0)
88+lrev=`git describe --tags --match 'mutt-*-rel' --abbrev=0`
991010# This is a rough approximation of the official ChangeLog format
1111# previously generated by hg. Git doesn't provide enough formatting