diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2015-06-22 17:26:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-23 14:27:35 -0700 |
commit | c9ad147f83f70b6add9066e16e1e44c8bc3d5c13 (patch) | |
tree | 3b71bfeb25bdb2606961e6bc4d9fe0189c1cabf5 /t/t4013/diff.diff-tree_-c_master | |
parent | fsck: make fsck_commit() warn-friendly (diff) | |
download | tgif-c9ad147f83f70b6add9066e16e1e44c8bc3d5c13.tar.xz |
fsck: handle multiple authors in commits specially
This problem has been detected in the wild, and is the primary reason
to introduce an option to demote certain fsck errors to warnings. Let's
offer to ignore this particular problem specifically.
Technically, we could handle such repositories by setting
receive.fsck.<msg-id> to missingCommitter=warn, but that could hide
missing tree objects in the same commit because we cannot continue
verifying any commit object after encountering a missing committer line,
while we can continue in the case of multiple author lines.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff-tree_-c_master')
0 files changed, 0 insertions, 0 deletions