aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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
* | | | | | | | Fix NoSuchFileException in GC.deleteTempPacksIdx()Matthias Sohn2018-08-271-0/+3
* | | | | | | | Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-08-271-1/+1
* | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-252-8/+33
|\| | | | | | |
| * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-252-6/+31
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-242-6/+31
| | |\| | | | |
| | | * | | | | 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.11' into stable-5.0Matthias Sohn2018-08-182-55/+22
|\| | | | | | |
| * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-182-55/+22
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-182-55/+22
| | |\| | | | |
| | | * | | | | 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
* | | | | | | | Fix wrong warning message in case of lock failuresChristian Halstrick2018-08-161-1/+1
* | | | | | | | Ensure that JSch knows HostKeyAlgorithms ssh-rsa and ssh-dssThomas Wolf2018-08-081-0/+2
* | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-07-273-17/+27
|\| | | | | | |
| * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-273-17/+27
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-273-2/+56
| | |\| | | | |
| | | * | | | | 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.11' into stable-5.0David Pursehouse2018-07-041-1/+1
|\| | | | | | |
| * | | | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-07-041-1/+1
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-07-041-1/+1
| | |\| | | | |
| | | * | | | | 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
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-06-111-13/+13
| | |\| | | | |
| | | * | | | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-06-091-13/+13
* | | | | | | | Respect "unshallow" lines in protocol v2Jonathan Nieder2018-06-201-1/+1
* | | | | | | | Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-132-4/+23
* | | | | | | | Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-2/+42
* | | | | | | | Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-121-10/+28
* | | | | | | | Fix Javadoc typoMichael Keppler2018-06-101-2/+2
* | | | | | | | Ensure Jsch checks all configured algorithmsThomas Wolf2018-06-101-0/+21
* | | | | | | | Validate branch names on branch creationMatthias Sohn2018-06-091-6/+26
* | | | | | | | Use constant for ".lock"Matthias Sohn2018-06-085-7/+23
* | | | | | | | Simplify locking of FileRepository's index snapshotMatthias Sohn2018-06-081-10/+3
* | | | | | | | Refactor FileRepository.detectIndexChange()Matthias Sohn2018-06-081-6/+6
* | | | | | | | Ensure index change event is fired when index snapshot changedMatthias Sohn2018-06-061-9/+26