emacs: improve git commit message in update-from-overlay.py

This commit is contained in:
Lin Jian
2026-03-04 23:10:12 +08:00
parent e7262b14bd
commit 554bc681f8
@@ -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}
"""