From: Aneesh Kumar K.V Date: Wed, 13 Jun 2007 08:46:15 +0000 (+0530) Subject: gitview: Fix the blame interface. X-Git-Tag: v1.5.3-rc0~99 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/30a844874db6ee25b6f54ea786f0adabd8e074d7?hp=30a844874db6ee25b6f54ea786f0adabd8e074d7 gitview: Fix the blame interface. The async reading from the pipe was skipping some of the input lines. Fix the same by making sure that we add the partial content of the previous read to the newly read data. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Junio C Hamano ---