aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/RefUpdateTest.java
Commit message (Expand)AuthorAgeFilesLines
* RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-271-30/+38
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-55/+95
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-4/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-2/+56
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* RefUpdateTest: Refactor to not use deprecated Repository#getAllRefsDavid Pursehouse2018-06-131-17/+27
* Use constant for ".lock"Matthias Sohn2018-06-081-5/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-1/+1
* Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-251-40/+6
* Add tests for updating single refs to missing objectsDave Borowitz2017-07-171-0/+88
* Fix deleting symrefsDave Borowitz2017-07-171-4/+65
* RefUpdateTest: Don't call createBareRepository in try-with-resourceDavid Pursehouse2017-01-281-8/+8
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-5/+3
|\
| * Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-5/+3
* | Allow deletion of HEAD ref if the repository is bare.Mike Williams2016-01-281-2/+18
|/
* RefUpdateTest: Use try-with-resource for auto-closable typesDavid Pursehouse2016-01-141-10/+13
* RefUpdateTest: Add null check to prevent potential NPEDavid Pursehouse2016-01-141-1/+1
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-4/+4
* Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-131-1/+0
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-241-1/+1
* Add test for RefUpdate delete without HEADRobin Stocker2013-05-031-1/+16
* Make the Reflog a public API againRobin Rosenberg2013-04-261-14/+13
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+884