aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsRefDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-2/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-10/+0
* 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-7/+4
* DfsRefDatabase: Keep update index when peeling a referenceIvan Frade2019-03-291-6/+13
* RefDatabase: Introduce findRef synonym for getRefJonathan Nieder2018-12-261-14/+0
* Fix javadoc in org.eclipse.jgit dfs packageMatthias Sohn2017-12-191-5/+23
* dfs: reftable backed DfsRefDatabaseShawn Pearce2017-10-181-2/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Clarify the semantics of DfsRefDatabase#compareAndPutMasaya Suzuki2016-08-251-0/+9
* Do not fake a SymbolicRef as an ObjectIdRefMasaya Suzuki2016-08-251-4/+0
* DFS: Allow other RefDatabase implementationsShawn Pearce2016-01-061-0/+5
* DFS: Remove now-redundant getOneRefJonathan Nieder2015-07-161-9/+1
* DFS: Override exactRef() with optimal versionShawn Pearce2015-07-161-0/+7
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-4/+1
* Don't use package private classes when overriding a public interfaceRobin Rosenberg2014-04-051-3/+4
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+450