Include refs/remotes as part of the ref search path
commit4074d9de0edab34c0845a38ec053b0a8fcbd9777
authorShawn O. Pearce <spearce@spearce.org>
Sun, 9 Mar 2008 03:13:06 +0000 (8 22:13 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 03:40:37 +0000 (6 23:40 -0400)
tree565bef0daf1839b37f94cc8187cc99ca70ed5858
parent7faae12d31c3c665aeb735e5386c12e6f366c7f4
Include refs/remotes as part of the ref search path

Otherwise names such as "origin/master" don't resolve properly.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java