summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* RawParseUtils: Avoid import of java.nio.charset.StandardCharsetsDavid Pursehouse2019-01-201-2/+1
* UploadPack: Suppress false-positive resource leak warningDavid Pursehouse2019-01-201-0/+1
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-1611-4/+765
* Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-167-1/+435
* dfs: Remove synchronization in BlockBasedFile#LazyChannelJonathan Nieder2019-01-141-6/+2
* UploadPack: Read wanted refs in one shotJonathan Nieder2019-01-111-29/+69
* Merge branch 'stable-5.2'Jonathan Nieder2019-01-104-70/+161
|\
| * Prepare 5.2.2-SNAPSHOT buildsMatthias Sohn2018-12-273-53/+53
| * JGit v5.2.1.201812262042-rv5.2.1.201812262042-rMatthias Sohn2018-12-273-4/+4
| * UploadPack: Filter refs used for deepen-not resolutionJonathan Nieder2018-12-261-1/+34
| * Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-265-69/+141
| |\
| | * Merge branch 'stable-5.0' into stable-5.1Jonathan Nieder2018-12-261-2/+4
| | |\
| | | * UploadPack: Avoid calling AdvertiseRefsHook twiceJonathan Nieder2018-12-261-2/+4
| | * | Prepare 5.1.5-SNAPSHOT buildsMatthias Sohn2018-12-264-50/+50
| | * | JGit v5.1.4.201812251853-rv5.1.4.201812251853-rMatthias Sohn2018-12-264-5/+19
| | * | UploadPack: Filter refs used for want-ref resolutionJonathan Nieder2018-12-262-1/+42
| | * | UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-263-47/+35
| | * | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-12-251-25/+54
| | |\|
| | | * Call AdvertiseRefsHook for protocol v2Masaya Suzuki2018-12-251-14/+46
| | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-12-251-11/+8
| | | |\
| | | | * Prepare 4.11.7-SNAPSHOT buildsMatthias Sohn2018-12-254-56/+50
| | | | * JGit v4.11.6.201812241910-rv4.11.6.201812241910-rMatthias Sohn2018-12-253-4/+4
| | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-12-252-13/+15
| | | | |\
| | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-12-251-13/+9
| | | | | |\
| | | | | | * Prepare 4.9.9-SNAPSHOT buildsMatthias Sohn2018-12-253-49/+49
| | | | | | * JGit v4.9.8.201812241815-rv4.9.8.201812241815-rMatthias Sohn2018-12-253-4/+4
| | | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-12-242-14/+10
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-12-241-13/+9
| | | | | | | |\
| | | | | | | | * Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn2018-12-244-46/+46
| | | | | | | | * JGit v4.7.7.201812240805-rv4.7.7.201812240805-rMatthias Sohn2018-12-243-4/+4
| | | | | | | | * 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
| | | | | | | | | |\
| | | | | | | | | | * Prepare 4.5.6-SNAPSHOT buildsMatthias Sohn2018-12-243-43/+43
| | | | | | | | | | * JGit v4.5.5.201812240535-rv4.5.5.201812240535-rMatthias Sohn2018-12-243-4/+4
| | | | | | | | | | * Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9
| | | | | | | | * | | Prepare 4.7.7-SNAPSHOT buildsMatthias Sohn2018-10-193-45/+45
| | | | | | | | * | | JGit v4.7.6.201810191618-rv4.7.6.201810191618-rMatthias Sohn2018-10-193-4/+4
| | | | | | | | * | | Update API problem filterMatthias Sohn2018-10-191-1/+1
| | | | | | | | * | | Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-10-131-2/+2
| | | | | | | | |\| |
| | | | | | | | | * | Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-10-131-2/+2
| | | | | | | | | |\|
| | | | | | | | | | * Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xmlDavid Pursehouse2018-10-131-2/+2
| | | | | | * | | | | Prepare 4.9.8-SNAPSHOT buildsMatthias Sohn2018-10-203-49/+49
| | | | | | * | | | | JGit v4.9.7.201810191756-rv4.9.7.201810191756-rMatthias Sohn2018-10-193-4/+4
| | | | | | * | | | | Update API problem filterMatthias Sohn2018-10-191-1/+1
* | | | | | | | | | | Lazily open ReadableChannel in BlockBasedFile.getOrLoadBlockMinh Thai2019-01-104-7/+42
* | | | | | | | | | | Fix warnings for usage of deprecated RefDatabase#getRefMatthias Sohn2019-01-084-6/+6
* | | | | | | | | | | DfsBlockCache: Consolidate where ReadableChannel is openedMinh Thai2019-01-084-87/+75
* | | | | | | | | | | DfsBlockCache to lock while loading object referencesMinh Thai2019-01-083-144/+289
* | | | | | | | | | | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-082-14/+86
* | | | | | | | | | | Return 'this' from setters in commandsMario Molina2019-01-073-20/+131