Do not verify reverted/cherry-picked/rebased patches.

The original committer may have used validation criteria that is less
stricter than yours.  You do not want to lose the changes even if they
are done in substandard way from your 'commit -v' verifier's point of
view.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-08-29 21:19:04 -07:00
Родитель 5de36bfec9
Коммит 9fa4db544e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -158,7 +158,7 @@ echo >&2 "Finished one $me."
case "$no_commit" in case "$no_commit" in
'') '')
git commit -F .msg git-commit-script -n -F .msg
rm -f .msg rm -f .msg
;; ;;
esac esac