git-svn: correctly handle "(no author)" when using an authors file
commit359850041e8158f6aeb70ad611ef1ba8834b8349
authorEric Wong <normalperson@yhbt.net>
Tue, 12 Dec 2006 04:25:58 +0000 (11 20:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 20:08:01 +0000 (13 12:08 -0800)
tree5259fd8ee57830f4c1b8dbfc9af8f22f4fe57b47
parentf388cec3d77751a6c20b3b10415344f5355b5a2f
git-svn: correctly handle "(no author)" when using an authors file

The low-level parts of the SVN library return NULL/undef for
author-less revisions, whereas "(no author)" is a (svn) client
convention.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl