diff --git a/build/make/git.mak b/build/make/git.mak index 5a36b5b..edde2a0 100644 --- a/build/make/git.mak +++ b/build/make/git.mak @@ -64,7 +64,7 @@ edit-amend: add # Commit the latest changes. commit: add - git commit -am "$(PREFIX) $(msg)" + git commit -a -m "$(PREFIX) $(msg)" -m "$(desc)" # Push the latest changes. push: