]> source.dussan.org Git - jgit.git/commit
FS: Allow gitPrefix to be set and cached 10/2710/1
authorShawn O. Pearce <spearce@spearce.org>
Mon, 14 Mar 2011 16:07:53 +0000 (09:07 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 14 Mar 2011 16:07:53 +0000 (09:07 -0700)
commit5f82569cab3386306bca546b87d3919723449c90
treefffe9a55852ab99c6f55c8ccf475d235ea3e8cbb
parent2f705ad240ba7731a105f9b438240fa7cd3c52a1
FS: Allow gitPrefix to be set and cached

This permits callers to modify the meaning of gitPrefix, which
may be useful if their application allows the user to select
the location where C Git is installed.

Bug: 337101
Change-Id: I07362a5772da4955e01406bdeb8eaf87416be1d6
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java