aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-271-0/+28
* Fix InvalidInlineTag error flagged by error proneDavid Ostrovsky2020-06-011-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-041-0/+14
* Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-081-1/+27
* RefDatabase: Introduce findRef synonym for getRefJonathan Nieder2018-12-261-7/+31
* RefDatabase: Remove fallback exactRef implementationJonathan Nieder2018-12-261-7/+1
* RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-261-0/+13
* Fix @since tag on RefDatabase#getRefsByPrefixMatthias Sohn2018-09-251-3/+3
* Query references by multiple prefixesMinh Thai2018-09-241-0/+25
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-19/+32
* RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-0/+12
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-0/+16
* RefDatabase: Update Javadoc for ALL constantDavid Pursehouse2018-04-271-1/+4
* Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+41
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-33/+40
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Support per-BatchRefUpdate atomic transactionsDave Borowitz2016-04-191-2/+19
* RefTree: Store references in a Git treeShawn Pearce2016-01-071-1/+3
* Null-annotated RefDatabase classAndrey Loskutov2015-11-251-2/+17
* Fallback exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-121-13/+4
* Add missing # to javadoc commentJonathan Nieder2015-06-081-1/+1
* Allow lookup of multiple exact refs in one shotJonathan Nieder2015-06-051-0/+50
* Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-051-0/+34
* Remove AutoCloseable from internal PackFile and friendsShawn Pearce2015-03-091-1/+1
* Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-091-1/+1
* Add missing @since tagsChristian Halstrick2014-11-091-0/+1
* Implement atomic refs update, if possible by databaseStefan Beller2014-11-071-0/+8
* Handle the revision attribute in repo manifest.Yuxuan 'fishy' Wang2014-05-091-0/+22
* Add getConflictingNames to RefDatabaseRobin Stocker2013-02-061-1/+40
* Merge branch 'stable-2.0'Shawn O. Pearce2012-06-071-0/+1
|\
| * Get rid of warnings about empty statmentsRobin Rosenberg2012-06-061-0/+1
* | Batch reference updates together for storageShawn O. Pearce2012-05-221-0/+11
|/
* Enhance RefDatabase with a refresh() methodChristian Halstrick2011-04-021-0/+11
* Add support for special symref FETCH_HEAD and MERGE_HEADChristian Halstrick2010-10-251-0/+14
* Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-13/+0
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-459/+128
* Add support for creating detached headsRobin Rosenberg2009-12-281-0/+20
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-2/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+522