From 554bc681f85734236550cbd1d32ddb1fbba1de2f Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Tue, 3 Mar 2026 22:47:58 +0800 Subject: [PATCH] emacs: improve git commit message in update-from-overlay.py --- .../editors/emacs/elisp-packages/update-from-overlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py b/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py index 86db48a60b65..32fa3b55b8d5 100755 --- a/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py +++ b/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py @@ -262,7 +262,7 @@ def commit_fileset( if result_verify.returncode != 0: attrs = ", ".join(nix_attrs) - commit_message = f"""{attrs}: Updated at {datestring} (from emacs-overlay) + commit_message = f"""{attrs}: update on {datestring} (from emacs-overlay) emacs-overlay commit: {sha} """