mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 16:06:20 -04:00
stamp: display new full message as result
This commit is contained in:
parent
79629e6b6e
commit
3ffbe23fbe
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue