James Moger
2012-03-17 cdbbda53e245621065bf142e48737faf88a5fee7
Incremental commit indexing was missing branch field
1 files modified
1 ■■■■ changed files
src/com/gitblit/LuceneExecutor.java 1 ●●●● patch | view | raw | blame | history
src/com/gitblit/LuceneExecutor.java
@@ -680,6 +680,7 @@
            writer.commit();
            Document doc = createDocument(commit, null);
            doc.add(new Field(FIELD_BRANCH, branch, Store.YES, Index.ANALYZED));
            result.commitCount++;
            result.success = index(repositoryName, doc);
        } catch (Exception e) {