aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-271-0/+59
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-081-1/+16
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-1/+2
* Query references by multiple prefixesMinh Thai2018-09-241-0/+13
* RefTest: Refactor to not use deprecated Repository.getAllRefsDavid Pursehouse2018-05-231-12/+17
* Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+23
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-5/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-12/+12
* Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-051-0/+50
* Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+46
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-241-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+17
* Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-231-5/+17
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-11/+26
* Only import the sample data packs on tests that need themShawn O. Pearce2009-11-021-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+166