aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1'Matthias Sohn2018-09-122-11/+5
|\
| * Prepare 5.1.1-SNAPSHOT buildsMatthias Sohn2018-09-113-49/+49
| * JGit v5.1.0.201809111528-rv5.1.0.201809111528-rMatthias Sohn2018-09-113-4/+4
| * Fix replacement quoting for replaceAll in filter commandMarkus Duft2018-09-101-1/+3
| * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-101-0/+6
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-101-0/+6
| | |\
| | | * Prepare 4.11.3-SNAPSHOT buildsMatthias Sohn2018-09-103-49/+49
| | | * JGit v4.11.2.201809100523-rv4.11.2.201809100523-rMatthias Sohn2018-09-103-4/+4
* | | | SpotBugs: don't rely on default encodingMatthias Sohn2018-09-105-7/+18
* | | | Merge branch 'stable-5.1'Matthias Sohn2018-09-102-2/+2
|\| | |
| * | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-091-1/+1
| |\| |
| | * | Prepare 5.0.4-SNAPSHOT buildsMatthias Sohn2018-09-093-49/+49
| | * | JGit v5.0.3.201809091024-rv5.0.3.201809091024-rMatthias Sohn2018-09-093-4/+4
| | * | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-091-1/+1
| | |\|
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-092-2/+2
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-092-2/+2
| | | | |\
| | | | | * Prepare 4.9.5-SNAPSHOT buildsMatthias Sohn2018-09-093-49/+49
| | | | | * JGit v4.9.4.201809090327-rv4.9.4.201809090327-rMatthias Sohn2018-09-093-4/+4
| | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-092-2/+2
| | | | | |\
| | | | | | * Fix @since tag for LOCK_SUFFIXMatthias Sohn2018-09-092-1/+10
| * | | | | | Use the same default diff.renameLimit = 400 like native gitMatthias Sohn2018-09-091-1/+1
* | | | | | | Merge branch 'stable-5.1'Matthias Sohn2018-09-089-18/+209
|\| | | | | |
| * | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-089-18/+209
| |\| | | | |
| | * | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-089-11/+219
| | |\| | | |
| | | * | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-0811-67/+227
| | | |\| | |
| | | | * | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-0811-17/+250
| | | | |\| |
| | | | | * | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-0811-71/+233
| | | | | |\|
| | | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-0811-18/+229
| | | | | | |\
| | | | | | | * 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
| * | | | | | | Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-09-053-4/+4
| * | | | | | | JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1Matthias Sohn2018-09-053-4/+4
* | | | | | | | Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2018-09-063-49/+49
|/ / / / / / /
* | | | | | | Parse signature of GPG-signed commitsDavid Turner2018-09-042-0/+85
* | | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-0448-119/+156
* | | | | | | Merge "Replace useminimalnegotation flag with maxhaves flag"Jonathan Nieder2018-08-311-42/+11
|\ \ \ \ \ \ \
| * | | | | | | Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-311-42/+11
* | | | | | | | Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-312-137/+249
* | | | | | | | FetchV2Request: Rename shallowSince to deepenSinceJonathan Nieder2018-08-312-18/+18
* | | | | | | | FetchV2Request: Correct typo in parameter nameJonathan Nieder2018-08-311-2/+2
|/ / / / / / /
* | | | | | | FetchV2Request round up (doneReceived, renamings)Ivan Frade2018-08-312-26/+46
* | | | | | | Use right variable in error message about depthIvan Frade2018-08-301-1/+1
* | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2Ivan Frade2018-08-301-7/+12
* | | | | | | Merge branch 'stable-5.0'David Pursehouse2018-08-272-1/+4
|\| | | | | |
| * | | | | | Fix NoSuchFileException in GC.deleteTempPacksIdx()Matthias Sohn2018-08-271-0/+3
| * | | | | | Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-08-271-1/+1
* | | | | | | Externalize warning message in RefDirectory.delete()Matthias Sohn2018-08-273-1/+4
* | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-08-253-25/+34
|\| | | | | |