]> source.dussan.org Git - jgit.git/commit
Cache gitPrefix in FS_Win32 87/2687/1
authorMarc Strapetz <marc.strapetz@syntevo.com>
Thu, 10 Mar 2011 12:17:57 +0000 (13:17 +0100)
committerMarc Strapetz <marc.strapetz@syntevo.com>
Thu, 10 Mar 2011 12:17:57 +0000 (13:17 +0100)
commit6f066dec02052876493b4ca9f20b7bfa941b14ce
tree7c391a09dfbe2f80e233a060985ca5744a6d7259
parentff6ac0aaef3a5605e6913c3d87da665ff3878226
Cache gitPrefix in FS_Win32

readPipe() may consume rather much time, so
gitPrefix should be cached. If the git executable changes,
users should run FS.detect() again to get a new
instance of FS_Win32.
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java