Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> wrote: > This reader allows the caller to the reflog entries for a given ref. > > Signed-off-by: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> > --- > .../tst/org/spearce/jgit/lib/ReflogReaderTest.java | 187 ++++++++++++++++++++ > .../src/org/spearce/jgit/lib/ReflogReader.java | 181 +++++++++++++++++++ > .../src/org/spearce/jgit/lib/Repository.java | 9 + > 3 files changed, 377 insertions(+), 0 deletions(-) > create mode 100644 org.spearce.jgit.test/tst/org/spearce/jgit/lib/ReflogReaderTest.java > create mode 100644 org.spearce.jgit/src/org/spearce/jgit/lib/ReflogReader.java Tests fail, I suspect time zone failure (I am in PST): ComparisonFailure: expected:<2009-05-22T[23]:36:40> but was:<2009-05-22T[14]:36:40> at org.spearce.jgit.lib.ReflogReaderTest.testReadOneLine(ReflogReaderTest.java:86) Otherwise, it looks sane to me. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html