summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit blame very slow for large merge commits that rename filesSimeon Andreev2022-07-013-3/+143
* Fix warnings about non-externalized string literalsThomas Wolf2022-06-231-4/+4
* Run tests that checks araxis output only on LinuxSimeon Andreev2022-06-171-0/+17
* Suppress API errors raised for new API introduced in 5.13.1Matthias Sohn2022-06-171-14/+24
* Fix DefaultCharset bug pattern flagged by error proneDavid Ostrovsky2022-06-172-5/+11
* Merge "Merge branch 'stable-6.2'"Matthias Sohn2022-06-175-13/+429
|\
| * Merge branch 'stable-6.2'Matthias Sohn2022-06-155-13/+429
| |\
| | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-06-155-13/+429
| | |\
| | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-155-13/+429
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-155-13/+429
| | | | |\
| | | | | * Prepare 5.13.2-SNAPSHOT buildsMatthias Sohn2022-06-143-54/+54
| | | | | * JGit v5.13.1.202206130422-rv5.13.1.202206130422-rMatthias Sohn2022-06-133-4/+4
| | | | | * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-135-14/+430
| | * | | | Prepare 6.2.1-SNAPSHOT buildsMatthias Sohn2022-06-073-55/+55
| | * | | | JGit v6.2.0.202206071550-rv6.2.0.202206071550-rMatthias Sohn2022-06-073-4/+4
* | | | | | Annotate the exception with the possible failure reason when Bitmaps are not ...Ronald Bhuleskar2022-06-151-1/+7
|/ / / / /
* | | | | Fix typo in DiffTools#compare javadocMatthias Sohn2022-06-131-1/+1
* | | | | Merge branch 'stable-6.2'Matthias Sohn2022-06-071-12/+24
|\| | | |
| * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-06-071-12/+24
| |\| | |
| | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-071-12/+24
| | |\| |
| | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-071-12/+24
| | | |\|
| | | | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2022-06-071-12/+24
| | | | |\
| | | | | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2022-06-071-12/+24
| | | | | |\
| | | | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2022-06-071-12/+24
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2022-06-071-11/+23
| | | | | | | |\
| | | | | | | | * Fix connection leak for smart http connectionsSaša Živkov2022-06-061-11/+23
| | * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-05-272-9/+27
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-05-272-9/+27
| | | |\| | | | |
| | | | * | | | | Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-272-9/+27
| * | | | | | | | Prepare 6.2.0-SNAPSHOT buildsMatthias Sohn2022-06-063-4/+4
| * | | | | | | | Merge branch 'master' into stable-6.2Andrey Loskutov2022-06-0317-217/+907
| |\ \ \ \ \ \ \ \
| * | | | | | | | | JGit v6.2.0.202206011217-rc1v6.2.0.202206011217-rc1Matthias Sohn2022-06-013-4/+4
* | | | | | | | | | Prepare 6.3.0-SNAPSHOT buildsMatthias Sohn2022-06-073-55/+55
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Teach JGit to handle external diff/merge tools defined in .gitattributesAndre Bossert2022-06-025-8/+191
* | | | | | | | | Adapt diff- and merge tool code for PGM and EGit usageAndre Bossert2022-06-028-224/+550
* | | | | | | | | Add availability check of pre-defined toolsAndre Bossert2022-06-0110-26/+207
|/ / / / / / / /
* | | | | | | | Merge "Add filtering with help of DirCacheCheckout.getContent()"Andrey Loskutov2022-05-305-134/+282
|\ \ \ \ \ \ \ \
| * | | | | | | | Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-305-134/+282
* | | | | | | | | Fixed since tags added for new merge constantsAndrey Loskutov2022-05-301-4/+4
|/ / / / / / / /
* | | | | | | | Merge "Add mergetool merge feature (execute external tool)"Andrey Loskutov2022-05-274-65/+178
|\ \ \ \ \ \ \ \
| * | | | | | | | Add mergetool merge feature (execute external tool)Andre Bossert2022-05-254-65/+178
* | | | | | | | | Merge "Add command line support for "git mergetool""Andrey Loskutov2022-05-278-52/+573
|\| | | | | | | |
| * | | | | | | | Add command line support for "git mergetool"Andre Bossert2022-05-258-52/+573
* | | | | | | | | Merge "Add config reader for user-defined mergetools"Andrey Loskutov2022-05-275-4/+374
|\| | | | | | | |
| * | | | | | | | Add config reader for user-defined mergetoolsAndre Bossert2022-05-255-4/+374
* | | | | | | | | Merge "Add difftool compare feature (execute external tool)"Andrey Loskutov2022-05-277-40/+624
|\| | | | | | | |
| * | | | | | | | Add difftool compare feature (execute external tool)Andre Bossert2022-05-257-40/+624
* | | | | | | | | RewriteGenerator: Fully buffering of input is no longer necessarySimon Sohrt2022-05-254-22/+68
|/ / / / / / / /
* | | | | | | | PackFileSnapshot: Resolve warnings by using "equals" instead of "=="Fabio Ponciroli2022-05-202-1/+39
* | | | | | | | Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-152-9/+27