Add option handler for RevTree values
commit84c1d7208fd4bb1fb13f6938306322f21ca033c1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:44:07 +0000 (17 21:44 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 23 Jul 2008 19:52:08 +0000 (23 21:52 +0200)
tree135d0e89629ea6a3efa25a11b9b2b864e43427e9
parent17d9da371e5386f17ead0aea33df3a906a05b207
Add option handler for RevTree values

Converts a String into a RevTree, including parsing the string
with SHA-1 revision syntax and dereferencing through annotated
tags as necessary.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/opt/RevTreeHandler.java [new file with mode: 0644]