Treat "diff --combined" the same as "diff --cc"
commitffebf6415bee2950296c90215b8b9051e7da1dbc
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Dec 2008 23:18:15 +0000 (12 15:18 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 13 Dec 2008 02:13:26 +0000 (13 03:13 +0100)
tree896134178ace0865732b72070c359ca459422e3d
parent9cc63e8e26c8644118b644b0190b1211eb1fd20b
Treat "diff --combined" the same as "diff --cc"

According to the git diff manual page these two formats
share the same file structure, so we can parse them with
the same function.

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/Patch.java