summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* SubmoduleValidator: Permit missing path or urlJonathan Nieder2018-10-081-11/+16
* ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse2018-10-071-2/+2
* Prepare 4.7.6-SNAPSHOT buildsMatthias Sohn2018-10-063-45/+45
* JGit v4.7.5.201810051826-rv4.7.5.201810051826-rMatthias Sohn2018-10-063-4/+4
* BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-054-1/+65
* ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-053-5/+245
* SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-055-2/+160
* Prepare 4.7.5-SNAPSHOT buildsMatthias Sohn2018-09-183-45/+45
* 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