James Moger
2012-03-25 33ceba86da02923f00908ba1eeaae557fa37d391
Index tags consistently
1 files modified
2 ■■■ changed files
src/com/gitblit/LuceneExecutor.java 2 ●●● patch | view | raw | blame | history
src/com/gitblit/LuceneExecutor.java
@@ -669,7 +669,7 @@
            
            // get any annotated commit tags
            List<String> commitTags = new ArrayList<String>();
            for (RefModel ref : JGitUtils.getTags(repository, true, -1)) {
            for (RefModel ref : JGitUtils.getTags(repository, false, -1)) {
                if (ref.isAnnotatedTag() && ref.getReferencedObjectId().equals(commit.getId())) {
                    commitTags.add(ref.displayName);
                }