commit --amend -S: strip existing gpgsig headers
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 18:54:14 +0000 (10:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 21:02:26 +0000 (13:02 -0800)
Any existing commit signature was made against the contents of the old
commit, including its committer date that is about to change, and will
become invalid by amending it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found