Fix HunkHeader start line when parsing "@@ -1 +1 @@" style headers
commit73de462362ad6c8e1504a46c015b28399b8c64ad
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Dec 2008 22:05:54 +0000 (12 14:05 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 13 Dec 2008 02:13:27 +0000 (13 03:13 +0100)
tree54caf84292640adad0e4c2816c8c2834c913bacc
parent5559914871dcc6d04f462bf62013bf2047d8daef
Fix HunkHeader start line when parsing "@@ -1 +1 @@" style headers

In this case we are listing a delta of 1 line but also the
position start is line 1.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/patch/HunkHeader.java