t4014: more tests about appending s-o-b lines
commit79133a66f79e70dab88f9f0558dd029bf02f2ac9
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 12 Feb 2013 10:17:37 +0000 (12 02:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 19:27:57 +0000 (12 11:27 -0800)
tree1ca4f86429cfc66c0f8f9d55864086d05cb2b267
parent33f2f9ab4e5c343b21a9e602456e7facabd609a0
t4014: more tests about appending s-o-b lines

[bc: Squash the tests from Duy's original unify-appending-sob series.

     Fix test 90 "signoff: some random signoff-alike" and mark as failing.
     Correct behavior should insert a blank line after message body and
     signed-off-by.

     Add two additional tests:

       1. failure to detect non-conforming elements in the footer when last
          line matches committer's s-o-b.
       2. ensure various s-o-b -like elements in the footer are handled as
          conforming. e.g. "Change-id: IXXXX or Bug: 1234"
]

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Brandon Casey <bcasey@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh