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 b93c489 commit a050007Copy full SHA for a050007
opengrok-indexer/src/main/java/org/opengrok/indexer/history/Repository.java
@@ -99,6 +99,10 @@ public abstract class Repository extends RepositoryInfo {
99
@NotNull
100
abstract boolean hasHistoryForDirectories();
101
102
+ public String toString() {
103
+ return this.getDirectoryName();
104
+ }
105
+
106
/**
107
* Get the history for the specified file or directory.
108
* It is expected that {@link History#getRenamedFiles()} and {@link HistoryEntry#getFiles()} are empty for files.
0 commit comments