Merge branch 'jk/commit-die-on-bogus-ident' into maint

* jk/commit-die-on-bogus-ident:
  commit: die before asking to edit the log message
  ident: die on bogus date format
This commit is contained in:
Junio C Hamano
2010-12-28 13:45:12 -08:00
3 changed files with 40 additions and 24 deletions

View File

@ -230,6 +230,10 @@ test_expect_success 'amend commit to fix date' '
'
test_expect_success 'commit complains about bogus date' '
test_must_fail git commit --amend --date=10.11.2010
'
test_expect_success 'sign off (1)' '
echo 1 >positive &&