Skip to content

Commit c59d602

Browse files
author
Karol Lassak
committed
Removed commented out Exception
- Not needed for anything
1 parent 7d115bc commit c59d602

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/pl/project13/jgit/DescribeCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ private List<RevCommit> findCommitsUntilSomeTag(Repository repo, RevCommit head,
426426
}
427427
}
428428

429-
// throw new RuntimeException("Did not find any commits until some tag");
430429
return Collections.emptyList();
431430
} catch (Exception e) {
432431
throw new RuntimeException("Unable to find commits until some tag", e);

0 commit comments

Comments
 (0)