diff --git a/bin/git-stamp b/bin/git-stamp index bda7fcf..4cfe08e 100755 --- a/bin/git-stamp +++ b/bin/git-stamp @@ -33,7 +33,11 @@ stamp() { git commit --amend \ --message "${commit_msg}" \ - --message "${stamp_msg}" + --message "${stamp_msg}" \ + > /dev/null + + # show result + git log -1 --pretty=full }