Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-18JGit v4.7.4.201809180905-rv4.7.4.201809180905-rMatthias Sohn56-59/+59
2018-09-18Update API problem filterMatthias Sohn1-1/+1
2018-09-17Fix ObjectUploadListener#closeMatthias Sohn1-1/+3
2018-09-17Fix error handling in FileLfsServletMatthias Sohn1-0/+5
2018-09-17ObjectDownloadListener#onWritePossible: Make code spec compatibleDavid Ostrovsky1-13/+19
2018-09-16ObjectDownloadListener: Return from onWritePossible when data is writtenDavid Ostrovsky1-0/+1
2018-09-15Fix IOException when LockToken#close failsMatthias Sohn1-7/+12
2018-09-12Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn1-1/+1
2018-09-10Externalize warning message in RefDirectory.delete()Matthias Sohn3-1/+4
2018-09-10Suppress warning for trying to delete non-empty directoryThomas Wolf1-0/+5
2018-09-09Prepare 4.7.4-SNAPSHOT buildsMatthias Sohn56-321/+321
2018-09-09JGit v4.7.3.201809090215-rv4.7.3.201809090215-rMatthias Sohn56-59/+59
2018-09-07Fix atomic lock file creation on NFSMatthias Sohn5-6/+176
2018-09-07Use constant for ".lock"Matthias Sohn7-13/+30
2018-09-06Fix handling of option core.supportsAtomicCreateNewFileChristian Halstrick1-4/+10
2018-09-05GC: Avoid logging errors when deleting non-empty foldersHector Caballero1-0/+3
2018-08-30Bazel: Use hyphen instead of underscore in external repository namesDavid Pursehouse2-30/+30
2018-08-30Bazel: Format all build files with buildifier 0.15.0David Pursehouse4-62/+61
2018-08-30ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse1-17/+0
2018-08-16Fix GC run in foreground to not use executorHugo Arès2-55/+22
2018-07-26Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn56-321/+321
2018-07-26JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn56-59/+59
2018-07-25Delete all loose refs empty directoriesLuca Milanesio4-21/+43
2018-07-25Use java.nio to delete path to get detailed errorsLuca Milanesio1-5/+5
2018-07-10GC: Remove empty references foldersHector Caballero2-0/+164
2018-07-08Do not ignore path deletion errorsLuca Milanesio1-2/+6
2018-06-21ResolveMerger: Fix encoding with string; use bytesMarco Miller1-1/+1
2018-06-20Merge branch 'stable-4.6' into stable-4.7David Pursehouse1-0/+3
2018-06-19Merge branch 'stable-4.5' into stable-4.6David Pursehouse1-0/+3
2018-06-19Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz1-0/+3
2018-05-10Merge branch 'stable-4.6' into stable-4.7Matthias Sohn3-31/+56
2018-05-10Merge branch 'stable-4.5' into stable-4.6Matthias Sohn3-31/+56
2018-05-10Retry stale file handles on .git/config fileNasser Grainawi3-31/+56
2017-11-22Merge branch 'stable-4.6' into stable-4.7Matthias Sohn7-44/+158
2017-11-22Silence boxing warningMatthias Sohn1-0/+1
2017-11-22Merge branch 'stable-4.5' into stable-4.6Matthias Sohn8-40/+195
2017-11-22Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn56-302/+302
2017-11-22JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn56-59/+59
2017-11-22Fix LockFile semantics when running on NFSChristian Halstrick5-3/+127
2017-11-21Honor trustFolderStats also when reading packed-refsChristian Halstrick1-2/+9
2017-08-26Prepare 4.5.4-SNAPSHOT buildsMatthias Sohn56-302/+302
2017-08-16JGit v4.5.3.201708160445-rv4.5.3.201708160445-rMatthias Sohn56-59/+59
2017-08-14Merge branch 'stable-4.6' into stable-4.7Matthias Sohn9-13/+125
2017-08-14Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2-2/+114
2017-08-14Update Oxygen Orbit p2 repository to R20170516192513Matthias Sohn7-11/+11
2017-08-14Fix exception handling for opening bitmap index filesChristian Halstrick2-2/+114
2017-06-08Prepare 4.7.2-SNAPSHOT buildsMatthias Sohn56-321/+321
2017-06-07JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn56-59/+59
2017-06-05ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2-4/+10
2017-06-05Run auto GC in the backgroundDavid Turner9-2/+320

Back to the top