Add option handler for RevTree values
commit04a1a76b31a65390ea3e24b00147949a29901fdd
authorShawn O. Pearce <spearce@spearce.org>
Thu, 17 Jul 2008 22:38:14 +0000 (17 18:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:43:29 +0000 (17 21:43 -0400)
tree98bbc9844b18c902957f2e92d2bb4dc2b75c3d5f
parentf39eba32f77927558350e4aa87739ab8708c6956
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>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/opt/RevTreeHandler.java [new file with mode: 0644]