summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.7.4.201809180905-rv4.7.4.201809180905-rMatthias Sohn2018-09-183-4/+4
* Update API problem filterMatthias Sohn2018-09-181-1/+1
* Fix IOException when LockToken#close failsMatthias Sohn2018-09-151-7/+12
* Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-09-121-1/+1
* Externalize warning message in RefDirectory.delete()Matthias Sohn2018-09-113-1/+4
* Suppress warning for trying to delete non-empty directoryThomas Wolf2018-09-111-0/+5
* Prepare 4.7.4-SNAPSHOT buildsMatthias Sohn2018-09-093-45/+45
* JGit v4.7.3.201809090215-rv4.7.3.201809090215-rMatthias Sohn2018-09-093-4/+4
* Fix atomic lock file creation on NFSMatthias Sohn2018-09-075-6/+176
* Use constant for ".lock"Matthias Sohn2018-09-076-9/+25
* Fix handling of option core.supportsAtomicCreateNewFileChristian Halstrick2018-09-071-4/+10
* GC: Avoid logging errors when deleting non-empty foldersHector Caballero2018-09-051-0/+3
* Fix GC run in foreground to not use executorHugo Arès2018-08-152-55/+22
* Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn2018-07-273-45/+45
* JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2018-07-263-4/+4
* Delete all loose refs empty directoriesLuca Milanesio2018-07-263-11/+19
* Use java.nio to delete path to get detailed errorsLuca Milanesio2018-07-261-5/+5
* GC: Remove empty references foldersHector Caballero2018-07-101-0/+46
* Do not ignore path deletion errorsLuca Milanesio2018-07-081-2/+6
* ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1
* Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-103-31/+56
|\
| * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-103-31/+56
| |\
| | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-103-31/+56
* | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-226-33/+158
|\| |
| * | Silence boxing warningMatthias Sohn2017-11-221-0/+1
| * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-226-6/+195
| |\|
| | * Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn2017-11-223-43/+43
| | * JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn2017-11-223-4/+4
| | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-225-3/+127
| | * Honor trustFolderStats also when reading packed-refsChristian Halstrick2017-11-211-2/+9
| | * Prepare 4.5.4-SNAPSHOT buildsMatthias Sohn2017-08-263-43/+43
| | * JGit v4.5.3.201708160445-rv4.5.3.201708160445-rMatthias Sohn2017-08-163-4/+4
* | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-2/+11
|\| |
| * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-2/+11
| |\|
| | * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-2/+11
| | * Prepare 4.5.3-SNAPSHOT buildsMatthias Sohn2017-04-083-43/+43
| | * JGit v4.5.2.201704071617-rv4.5.2.201704071617-rMatthias Sohn2017-04-073-4/+4
* | | Prepare 4.7.2-SNAPSHOT buildsMatthias Sohn2017-06-083-45/+45
* | | JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn2017-06-083-4/+4
* | | ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-0/+6
* | | Run auto GC in the backgroundDavid Turner2017-06-067-2/+312
* | | Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-111-13/+24
* | | ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-103-1/+8
* | | Prepare 4.7.1-SNAPSHOTMatthias Sohn2017-04-063-45/+45
* | | JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2017-04-053-4/+4
* | | Remove unused import from ManifestParserMatthias Sohn2017-03-311-1/+0
* | | Document the intended use of RepoCommand#setURI()Han-Wen Nienhuys2017-03-291-3/+8
* | | Noop changes to ManifestParserHan-Wen Nienhuys2017-03-291-14/+7
* | | Consistently use 'path' for the path to a subrepo in RepoCommandHan-Wen Nienhuys2017-03-271-18/+18
* | | Merge branch 'stable-4.6'Matthias Sohn2017-03-276-18/+268
|\| |