branch: elpa/lua-mode
commit b124dd0b3a0adda9cec2f835817519a81711b9fd
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>

    Add field containing commit SHA expanded during archive creation.
---
 .gitattributes | 1 +
 lua-mode.el    | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index e4504cf..ac5d0c5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
 .git* export-ignore
+lua-mode.el export-subst
diff --git a/lua-mode.el b/lua-mode.el
index a1685db..89c79a4 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -35,6 +35,10 @@
 
 ;; Keywords: languages, processes, tools
 
+;; This field is expanded to commit SHA, date & associated heads/tags during
+;; archive creation.
+;; Revision: $Format:%h (%cD %d)$
+;;
 
 ;;; Commentary:
 

Reply via email to