mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
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:
parent
48664724ce
commit
fc80bde804
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue