aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/LooseObjects.java
Commit message (Expand)AuthorAgeFilesLines
* Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-061-12/+34
* LooseObjects: compute loose object path before retry loopMatthias Sohn2025-01-291-1/+1
* LooseObjects: convert while loop into for loopMatthias Sohn2025-01-291-6/+4
* storage.file: Do not throw NSFE when deleting tmp filesNasser Grainawi2024-02-191-3/+3
* LooseObjects: Use File#exists when possibleDariusz Luksza2023-12-201-0/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Fix unused exception error-prone warningHan-Wen Nienhuys2023-02-011-1/+1
* Refresh 'objects' dir and retry if a loose object is not foundKaushik Lingarkar2023-01-131-7/+64
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-06-261-13/+69
* LooseObjects: fix formattingMatthias Sohn2020-12-151-13/+13
* Split out loose object handling from ObjectDirectoryMartin Fick2020-12-151-0/+227