Extract StGitPatch from Repository to its own top-level type
commit10e0b3668dd4703ab5b1875adc34b373554582b0
authorShawn O. Pearce <spearce@spearce.org>
Thu, 6 Mar 2008 02:02:36 +0000 (5 21:02 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 03:40:24 +0000 (6 23:40 -0400)
treee740494aeb49948dcbbc0def450ed1f78a9a6a28
parentdbdc721babe8734e6c5f7ddeac2f29a3dd16409c
Extract StGitPatch from Repository to its own top-level type

The concept of an StGitPatch and StGit in general is an add-on to
Git.  We probably shouldn't have all of the StGit logic built into
our core Repository class, but instead should try to consolidate
the StGit interface logic into its own package, where it can grow
and do things it needs to do.

According to Git Robin created StGitPatch back in 2007, so I am
putting the copyright header on here and attributing it to him.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
org.spearce.jgit/META-INF/MANIFEST.MF
org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java
org.spearce.jgit/src/org/spearce/jgit/stgit/StGitPatch.java [new file with mode: 0644]