aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/ReflogWriterTest.java
Commit message (Expand)AuthorAgeFilesLines
* ReflogWriterTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+3
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-1/+1
* Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-261-1/+2
* ReflogWriterTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-1/+2
* Fix for reflog corruption caused by multiline messageAndreas Hermann2014-05-221-0/+96