]> source.dussan.org Git - jgit.git/commit
Expose RefWriter constructor taking RefList 25/925/2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 00:07:09 +0000 (17:07 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 23:54:15 +0000 (16:54 -0700)
commit864cc3de10c3a1ead5eacab973759d6d58162286
treedfa5d1470c9ca2eac53367d3ce2b610ac15f137c
parentbfc43c13bcf65d9ed29a9b1c70a829bcec9c5693
Expose RefWriter constructor taking RefList

An implementation might prefer to use the RefList type here, and
RefList is part of our public API.  Expose the constructor so callers
who have a RefList can take advantage of the existing sorting.

Change-Id: I545867f85aa2c479d2d610024ebbe318144709c8
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/RefWriter.java