aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/BatchRefUpdateTest.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-1/+1
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
* Replace deprecated org.eclipse.jgit.lib.RefDatabase.getRefsFabio Ponciroli2022-02-021-1/+4
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-0/+1
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-06-131-46/+301
|\
| * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-06-131-46/+301
| |\
| | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-06-051-40/+306
| | |\
| | | * BatchRefUpdateTest: Accurately assert RefsChangedEvent(s) firedKaushik Lingarkar2021-05-241-40/+306
* | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/ / /
* | | file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-37/+100
* | | Run Eclipse formatter on BatchRefUpdateTestHan-Wen Nienhuys2019-11-141-178/+145
|/ /
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-041-0/+29
|\|
| * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-0/+29
* | BatchRefUpdateTest: Suppress ImmutableEnumChecker warningDavid Pursehouse2019-06-171-0/+1
|/
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-5/+74
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-071-0/+70
* RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-281-0/+55
* RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-281-0/+86
* Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-0/+45
* PackedBatchRefUpdate: Write reflogsDave Borowitz2017-07-261-0/+316
* Improve BatchRefUpdateTest readabilityDave Borowitz2017-07-251-205/+216
* Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-251-0/+402