bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19040: 25.0.50; Building from Git leaves emacs-repo-version at nil


From: Puneeth Chaganti
Subject: bug#19040: 25.0.50; Building from Git leaves emacs-repo-version at nil
Date: Fri, 14 Nov 2014 01:13:40 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Looks like we call `git log -1 --pretty=format:%N` to get the version, which looks for git notes, if any.

Instead calling `git log -1 --pretty=format:%h` would give the short hash. We may also want to set a dirty flag, though.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]