diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-04-04 12:08:46 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-04-04 12:08:46 -0400 |
commit | f6f2aa39ef97cae03c71ecfecc334f0df60d7920 (patch) | |
tree | b8dfb1c6a158a5bf99aedb58e4acddf61064189b /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-f6f2aa39ef97cae03c71ecfecc334f0df60d7920.tar.xz |
git-gui: Brown paper bag fix division by 0 in blame
If we generate a blame status string before we have obtained
any annotation data at all from the input file, or if the input
file is empty, our total_lines will be 0. This causes a division
by 0 error when we blindly divide by the 0 to compute the total
percentage of lines loaded. Instead we should report 0% done.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'GIT-VERSION-GEN')
0 files changed, 0 insertions, 0 deletions