From: Junio C Hamano Date: Thu, 5 Jan 2012 18:54:14 +0000 (-0800) Subject: commit --amend -S: strip existing gpgsig headers X-Git-Tag: v1.7.9-rc0~1^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c871a1d17b8433d98df59b03da5538f10c4ae52c?hp=c871a1d17b8433d98df59b03da5538f10c4ae52c commit --amend -S: strip existing gpgsig headers 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 ---