]> source.dussan.org Git - jgit.git/commit
Refactor out ReflogEntry 55/3755/1
authorChris Aniszczyk <caniszczyk@gmail.com>
Sun, 19 Jun 2011 13:58:25 +0000 (08:58 -0500)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 20 Jun 2011 15:25:50 +0000 (10:25 -0500)
commit65606dc08637de23d0486d84709f2f33a1bcc9a3
tree5c7fb4fbbd02a2fd625c8c6720d74f0c45752929
parentb19924f150f463c5962e6d4c2c20ae42226f9a09
Refactor out ReflogEntry

It's useful to have ReflogEntry refactored out so it can be
used by clients via the JGit API.

Change-Id: I03044df9af9f9547777545b7c9b93bdf5f8b7cb5
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefUpdateTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/ReflogReaderTest.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ReflogEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ReflogReader.java