Fix commit author line parsing for when the name is empty
authorJonas Fonseca <fonseca@diku.dk>
Sun, 26 Nov 2006 20:09:59 +0000 (21:09 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Sun, 26 Nov 2006 20:15:29 +0000 (21:15 +0100)
commit19c3ac60ede476130e693ece1752a29fa4e13512
treeaa4ac00ed49bfd4c7185914f3d8715e232839cc8
parentaac64c17cd7dd8c6ceba5738cc27a7eee48b8e59
Fix commit author line parsing for when the name is empty

This is also a nice cleanup so the code uses chomp_string() instead of
"custom" removal of spaces.
tig.c