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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-02-18 19:21:11 +01:00
commit fc80bde804

View file

@ -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