emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/lua-mode c1b6019 396/468: Fix reproducibility issue caused


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode c1b6019 396/468: Fix reproducibility issue caused by %d pattern in export-subst
Date: Thu, 5 Aug 2021 04:59:16 -0400 (EDT)

branch: elpa/lua-mode
commit c1b6019762d6ae67408e2c526f7f0355b1a2c770
Author: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Commit: GitHub <noreply@github.com>

    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:



reply via email to

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