Skip to content

Commit c4129c9

Browse files
author
Victor Arribas
committed
amend-date: now unattended
1 parent f2c0c3d commit c4129c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-amend-date

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
export GIT_COMMITTER_DATE
2828
export GIT_AUTHOR_DATE
2929

30-
git commit --amend --allow-empty --date "$GIT_AUTHOR_DATE"
30+
git commit --amend --allow-empty --no-edit --date "$GIT_AUTHOR_DATE"
3131

3232
unset GIT_COMMITTER_DATE
3333
unset GIT_AUTHOR_DATE

0 commit comments

Comments
 (0)