author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 24 Apr 2010 16:06:08 +0000 (11:06 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 May 2010 19:15:06 +0000 (12:15 -0700) | ||
commit | daae19224a05be9efb9a39c2a2c1c9a60fe906f1 | |
tree | 0c42e685da0c4cddf132ebf0bd829ace28585ea5 | tree | snapshot |
parent | d599e0484f8ebac8cc50e9557a4c3d246826843d | commit | diff |
fsck: check ident lines in commit objects
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c | diff | blob | history | |
t/t1450-fsck.sh | diff | blob | history |