Skip to content

Commit 5066fdd

Browse files
author
Vladimir Kotal
committed
add TODO: timeout
1 parent bed9c0f commit 5066fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/GitRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ boolean hasFileBasedTags() {
624624
protected void buildTagList(File directory, CommandTimeoutType cmdType) {
625625
this.tagList = new TreeSet<>();
626626

627+
// TODO: add timeout
627628
try (org.eclipse.jgit.lib.Repository repository = FileRepositoryBuilder.
628629
create(Paths.get(directory.getAbsolutePath(), ".git").toFile())) {
629630
try (Git git = new Git(repository)) {

0 commit comments

Comments
 (0)