]> source.dussan.org Git - jgit.git/commit
Support parsing commit:path style blob references 09/1409/2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 25 Aug 2010 00:52:26 +0000 (17:52 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 26 Aug 2010 00:07:13 +0000 (17:07 -0700)
commitdbd2d7c83bc8a3a72a9ce6c4d8d0ae575e381588
tree5f66cb249c31f41ea6fe48ca620b0e8c6860d642
parent8da17c50469f0864e710faf9d068ce2abe1f92fc
Support parsing commit:path style blob references

We can now resolve expressions that reference a path within a
commit, designating a specific revision of a specific tree or
file in the project.

Change-Id: Ie6a8be629d264d72209db894bd680c5900035cc0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RepositoryResolveTest.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java