From fc80bde804118fcf0673efc4af66ab62eccbe8fe Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 18 Feb 2026 19:21:11 +0100 Subject: [PATCH] topdir.mk: git-init et al: Change commit message Change commit message of first commit from "initial checkin" to "First commit", because that's more to the point. Signed-off-by: Jan Lindemann --- make/topdir.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/topdir.mk b/make/topdir.mk index 711840e4..6497e557 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -137,7 +137,7 @@ git-init: git-init.done $(GIT_DESCR) git-init-from-cvs: git-init $(LIST_VCS_FILES) -f | xargs git add - git commit -m "initial checkin of $(RPM_VERSION)" + git commit -m "First commit of $(RPM_VERSION)" git-config: git config --global user.name || git config --global user.name "$(FULL_NAME)" @@ -155,7 +155,7 @@ git-clone-to-remote: git-import: git-init git-config git add -A git status - git commit -am "initial checkin" + git commit -am "First commit" git-init-remote: git-import git-clone-to-remote