[Users] [Bug 2912] New: make git version consistent
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri Apr 26 10:44:25 CEST 2013
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2912
Bug ID: 2912
Summary: make git version consistent
Classification: Unclassified
Product: Claws Mail
Version: GIT
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: mail at earthworm.de
Created attachment 1259
-->
http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1259&action=edit
make git version consistent
Default abbreviated commit hash has seven digids:
$ git log -1 --format="%h"
be58b45
$ git describe
3.9.0-197-gbe58b45
But the string used in claws-mail has only six:
$ git describe --abbrev=6 --dirty --always
3.9.0-197-gbe58b4
I would like to make this consistent. Sounds crazy, but it took me some time to
get the idea why package version and claws-mail version string did not match.
:-p
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list