]> source.dussan.org Git - jgit.git/commit
Make ObjectId, RefSpec, RemoteConfig, URIish serializable 80/880/2
authorAndrew Bayer <andrew.bayer@gmail.com>
Wed, 16 Jun 2010 22:49:49 +0000 (15:49 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 16 Jun 2010 23:10:28 +0000 (16:10 -0700)
commit068eb927107503059eb6b9e99b7aa7447d7e5bb4
tree8fd03bc265029c91cd608cf033c2cafac7114f0b
parent93ccd4a7fe0bbb29ff76ef2b594a7421a81df183
Make ObjectId, RefSpec, RemoteConfig, URIish serializable

Modifications to various classes in order to allow serialization
for use of JGit in Hudson's git plugin.

Change-Id: If088717d3da7483538c00a927e433a74085ae9e6
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectId.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/RefSpec.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/RemoteConfig.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java