aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RefDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* 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