9e85d51493
Currently, Repository.getAllRefs() and Repository.getTags() silently ignores an IOException and instead returns an empty map. Repository is a public API in JGit and as such cannot be changed until the next major revision change. Until then, update all call sites to use the RefDatabase directly, since it propagates the error. Change-Id: Ia3894a40fbc99482cbb4e1d6b3e4b69e5ddacba2 |
||
---|---|---|
.. | ||
.settings | ||
src/main/java/com/google/gerrit/sshd | ||
.gitignore | ||
BUCK |