The Locate File typehead is not working on my install here at work. I began investigating and noticed that the ajax call that is initially fired off was returning the following error:
for (;;);{"error":{"code":"CommandException","info":"Command failed with error #-1!\nCOMMAND\ngit ls-tree --name-only -r -z '6449f413a2f9c1a0c9de4fc7a30fa4e94aa7f102' -- ''\n\nSTDOUT\nunctions\u0000lib\/external\/phpexcel\/Classes\/PHPExcel\/locale\/sv\/config\u0000lib\/external\/phpexcel\/Classes\/PHPExcel\/locale\/sv\/functions\u0000lib\/funcs.php\u0000lib\/js\/.htaccess\u0000lib\/js\/XPath.js\u0000lib\/js\/api.js\u0000lib\/js\/form_functions.js\u0000lib\/js\/index.php\u0000lib\/js\/jquery-1.4.2.min.js\u0000lib\/js\/jquery-1.7.1.min.js\u0000lib\/js\/jquery-ui-1.8.18.custom.min.js\u0000lib\/js\/jquery.ocupload-1.1.2.min.js\u0000lib\/js\/js.js\u0000lib\/js\/md5.js\u0000scripts\/net-test.php\u0000tests\/API\/API\/AuthTest.php\u0000tests\/API\/API\/CCTest.php\u0000tests\/API\/API\/DataObjectTest.php\u0000tests\/API\/API\/DataType\/BooleanTest.php\u0000tests\/API\/API\/DataType\/CryptTest.php\u0000tests\/API\/API\/DataType\/EnumTest.php\u0000tests\/API\/API\/DataType\/FormattedIntegerTest.php\u0000tests\/API\/API\/DataType\/IPAddressTest.php\u0000tests\/API\/API\/DataType\/IntegerTest.php\u0000tests\/API\/API\/DataType\/MD5Test.php\u0000tests\/API\/API\/DataType\/MultiOneLinkTest.php\u0000tests\/API\/API\/DataType\/ObjectTest.php\u0000tests\/API\/API\/DataType\/OneLinkTest.php\u0000tests\/API\/API\/DataType\/ParentLinkTest.php\u0000tests\/API\/API\/DataType\/TimeStampTest.php\u0000tests\/API\/API\/DataType\/TypeLinkTe... (10,110 more bytes) ...\n\nSTDERR\n(empty)"},"payload":null,"javelin_behaviors":{"dark-console":[{"uri":"\/diffusion\/ONN\/pathtree\/master\/","key":"oirhcvk4fx5t6acwmmut6ss2","color":"#ff0000","quicksand":false}]},"javelin_resources":["http:\/\/phabricator.nationalnet.com\/res\/phabricator\/e7393ebb\/darkconsole.pkg.js","http:\/\/phabricator.nationalnet.com\/res\/phabricator\/59d01bb7\/core.pkg.js","http:\/\/phabricator.nationalnet.com\/res\/phabricator\/3010e992\/rsrc\/externals\/javelin\/core\/init.js"]}
I'm unsure what is actually parsing out the return from git ls-tree so I wasn't able to take this any further.