aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated Repository#getAllRefs in RepositoryMatthias Sohn2021-11-251-3/+5
* Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-3/+4
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+13
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-5/+15
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-14/+14
* Fix formatting and add missing braces in Repository#stripWorkDirMatthias Sohn2019-08-081-5/+7
* Repository: fix reference comparison of FilesMatthias Sohn2019-08-081-1/+2
* Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-051-0/+9
* Convert to lambda or member referenceCarsten Hammer2019-05-161-5/+2
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-4/+4
* Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-061-0/+2
* Don't swallow IOExceptionJonathan Nieder2019-01-071-9/+7
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-0/+2
* RefDatabase: Introduce findRef synonym for getRefJonathan Nieder2018-12-261-2/+2
* Avoid double wordsMincong HUANG2018-12-211-2/+2
* Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-1/+0
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+2
* Merge branch 'stable-5.0'Jonathan Nieder2018-06-081-2/+6
|\
| * Use constant for ".lock"Matthias Sohn2018-06-081-2/+6
* | Repository: Deprecate the #getAllRefs methodDavid Pursehouse2018-05-231-0/+2
|/
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-0/+2
* Repository: Make #exactRef and #findRef finalDavid Pursehouse2018-05-221-2/+2
* Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-0/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-12/+12
* Store in IndexChangedEvent if it was caused by JGit itselfMatthias Sohn2018-05-131-4/+10
* Allow '@' as last character of refChristian Halstrick2018-04-121-0/+2
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-4/+1
* Remove deprecated Repository#getRefMatthias Sohn2018-03-101-22/+4
* Skip unborn branches in UploadPackZhen Chen2018-01-031-1/+2
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-3/+3
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-93/+159
* Update thread-safety warning about RepositoryShawn Pearce2017-08-081-1/+7
* Add parseCommit(AnyObjectId) method to Repository.Martin Fick2017-04-191-0/+27
* Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-47/+110
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-5/+5
* Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-071-5/+11
* Repository: Include repository name when logging corrupt use countDavid Pursehouse2017-01-271-3/+4
* Normalizer creating a valid branch name from a stringWim Jongman2017-01-181-0/+37
* Specify RevisionSyntaxException message in Repository#resolveGrace Wang2016-11-241-3/+11
* Add missing @Override found by ErrorProneShawn Pearce2016-11-141-4/+5
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-6/+3
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-141-1/+27
* Implement auto gcMatthias Sohn2016-10-231-0/+19
* Remove unused code from class RepositoryRĂ¼diger Herrmann2016-09-301-9/+0
* Repository: Log negative useCnt message together with stack traceDavid Pursehouse2016-07-261-2/+3
* Log if Repository.useCnt becomes negativeMatthias Sohn2016-07-121-1/+17
* Time based eviction strategy for repository cacheChristian Halstrick2016-07-121-2/+8