forked from Lainports/freebsd-ports
Tools/scripts/rmport: try to fix flow for amending the final commit
This commit is contained in:
parent
3a48862fcd
commit
021979f6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ commit()
|
|||
answer=$(ask "Do you want to tweak the commit message")
|
||||
if [ "${answer}" = "y" ] ; then
|
||||
${GIT} pull --ff-only --rebase 2>&1
|
||||
${GIT} commit 2>&1 # modify final commit message
|
||||
${GIT} commit --amend # modify final commit message
|
||||
echo "All done, check the result and push when everything is OK."
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue