We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fc4b commit 2825cf7Copy full SHA for 2825cf7
opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java
@@ -536,7 +536,7 @@ public void update() throws IOException {
536
* so it suffices to put the fake directly under the root.
537
*/
538
if (!isWithDirectoryCounts) {
539
- final String ROOT_FAKE_FILE = "/.foo";
+ final String ROOT_FAKE_FILE = "/.OpenGrok_fake_file";
540
countsAggregator.register(new NumLinesLOC(ROOT_FAKE_FILE, 0, 0));
541
}
542
NumLinesLOCAccessor countsAccessor = new NumLinesLOCAccessor();
0 commit comments