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