Make the revlist parsing more robust
commit60db4c4e330cf311eed8f5aecca514f62fde4892
authorPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 13:56:54 +0000 (17 15:56 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 13:56:54 +0000 (17 15:56 +0200)
treeca44195510b821e781eca4c5c75b2282dbdb52bd
parentdcd8369ade561e36ec48f8ebca0f1267011858a2
Make the revlist parsing more robust

This uses an NSMutableArray to increase the currentLine if the buffer is
full. This prevents very long messages from breaking the parsing.
If we cannot parse the log line, simple ignore it.
PBGitRepository.m