Thread (12 messages) flat view 12 messages, 3 authors, 2016-06-15

Re: [PATCH] fsck: check ident lines in commit objects

From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:48:42

Jonathan Nieder [off-list ref] wrote:
Check that email addresses do not contain <, >, or newline so they can
be quickly scanned without trouble.  The copy() function in ident.c
already ensures that ordinary git commands will not write email
addresses without this property.

Signed-off-by: Jonathan Nieder <redacted>
---
Thoughts?  Should some of these errors be warnings?
These should be errors.  We should never see this sort of thing
occur in a live repository.
 
git fast-import is capable of producing commits with some of these
problems: for example, it is fine with

	committer C O Mitter <foo@b>ar.net> 005 -    +5
Yuck.  We probably should tighten up the parser in fast-import a
bit more.  The above is pretty insane for it to produce into the
repository.  I can't even begin to count how many ways the above
line is just wrong...  :-)

-- 
Shawn.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help