aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file/RefUpdateTest.java
Commit message (Expand)AuthorAgeFilesLines
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-879/+0
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-3/+3
* cleanup: Remove unneeded parameter to private method in RefUpdateTestRobin Rosenberg2012-03-091-10/+8
* Refactor out ReflogEntryChris Aniszczyk2011-06-201-7/+7
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+48
* Cleanup RefUpdateTestShawn O. Pearce2010-10-081-33/+9
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-3/+6
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+853