author | Aneesh Kumar K.V <aneesh.kumar@gmail.com> | |
Wed, 13 Jun 2007 08:46:15 +0000 (14:16 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Jun 2007 09:14:20 +0000 (02:14 -0700) | ||
commit | 30a844874db6ee25b6f54ea786f0adabd8e074d7 | |
tree | ab821e80ad977a68df8548b63204b9b01f63d282 | tree | snapshot |
parent | 4175e9e3a8734be1e96e385b0fa2428b86ed5809 | commit | diff |
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 <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/gitview/gitview | diff | blob | history |