Re: [PATCH] git-fsck: report missing author/commit line in a commit as an error
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:07
Hi,
On Sun, 20 Jan 2008, Martin Koegler wrote:
+ if (!commit->date)
+ return objerror(&commit->object, "invalid author/commiter line in %s",
s/commiter/committer/
It makes me wonder, though, if that's correct. AFAICT it is the committer
date, and the rest of the line _might_ be just fine.
Why not be less intrusive and just change the printf() into a return
objerror(), like the commit message suggests?
Ciao,
Dscho