branch: elpa/lua-mode
commit c1b6019762d6ae67408e2c526f7f0355b1a2c770
Author: Dmitry Kalinkin <[email protected]>
Commit: GitHub <[email protected]>
Fix reproducibility issue caused by %d pattern in export-subst
The current revision string format results in release tarballs that have
different content depending on what branches are pointing to a given revision.
This is an issue for distributions that download such tarballs (e.g. from
GitHub) and validate them agains reference hashes.
---
lua-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index 640e490..c3fcee0 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -34,9 +34,9 @@
;; Keywords: languages, processes, tools
-;; This field is expanded to commit SHA, date & associated heads/tags during
+;; This field is expanded to commit SHA and commit date during the
;; archive creation.
-;; Revision: $Format:%h (%cD %d)$
+;; Revision: $Format:%h (%cD)$
;;
;;; Commentary: