aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-12-241-13/+9
|\
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-12-241-13/+9
| |\
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-12-241-13/+9
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-12-241-13/+9
| | | |\
| | | | * Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9
* | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-1/+0
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-1/+0
| |\| | |
| | * | | SubmoduleValidator: Remove unused import of ConfigConstantsDavid Pursehouse2018-10-091-1/+0
* | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-11/+16
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-11/+16
| |\| | |
| | * | | SubmoduleValidator: Permit missing path or urlJonathan Nieder2018-10-081-11/+16
* | | | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-071-2/+2
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-10-071-2/+2
| |\| | |
| | * | | ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse2018-10-071-2/+2
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-066-7/+448
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-066-7/+448
| |\| | |
| | * | | BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-053-1/+64
| | * | | ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-052-5/+229
| | * | | SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-053-1/+155
* | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-181-7/+12
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-181-7/+12
| |\| | |
| | * | | Fix IOException when LockToken#close failsMatthias Sohn2018-09-151-7/+12
* | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-122-2/+4
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-122-2/+9
| |\| | |
| | * | | Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-09-121-1/+1
| | * | | Externalize warning message in RefDirectory.delete()Matthias Sohn2018-09-112-1/+3
| | * | | Suppress warning for trying to delete non-empty directoryThomas Wolf2018-09-111-0/+5
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-091-1/+1
|\| | | |
| * | | | Fix @since tag for LOCK_SUFFIXMatthias Sohn2018-09-091-1/+1
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-089-18/+210
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-089-18/+210
| |\| | |
| | * | | Fix atomic lock file creation on NFSMatthias Sohn2018-09-074-6/+173
| | * | | Use constant for ".lock"Matthias Sohn2018-09-075-8/+24
| | * | | 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
* | | | | Suppress warning for trying to delete non-empty directoryThomas Wolf2018-08-221-0/+5
* | | | | Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-5/+23
* | | | | Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-1/+3
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-08-182-55/+22
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-08-182-55/+22
| |\| | |
| | * | | Fix GC run in foreground to not use executorHugo Arès2018-08-152-55/+22
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-273-2/+56
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-273-2/+59
| |\| | |
| | * | | Delete all loose refs empty directoriesLuca Milanesio2018-07-262-11/+18
| | * | | 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
* | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-07-041-1/+1
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-041-1/+1
| |\| | |
| | * | | ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1