eclipse-iplog: Correct line counts in initial commit
commitc94c631eda9e85b419fa41fa891b07b947ad6242
authorShawn O. Pearce <spearce@spearce.org>
Thu, 11 Mar 2010 19:36:26 +0000 (11 11:36 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 11 Mar 2010 23:15:03 +0000 (11 15:15 -0800)
tree169c68f173f01377a032a37c09caa9f2aaebddbf
parent41bc1738a4bbec12406a611b5d9f6ff7669c9431
eclipse-iplog: Correct line counts in initial commit

The initial commit line counts where wrong in the IP log, as we
were incrementing the file pointer by not the number of bytes in
the line, but the offset of the start of the next line.

Change-Id: Ia220ba235e9fa522f3f5591b76652c174bcb094d
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.iplog/src/org/eclipse/jgit/iplog/IpLogGenerator.java