summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-0/+1
* Don't rely on an implicit default character setThomas Wolf2021-10-261-0/+1
* Support commit.template config propertyJulian Ruppel2021-07-211-0/+1
* Merge branch 'stable-5.12'Matthias Sohn2021-06-261-0/+1
|\
| * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-06-261-0/+1
| |\
| | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-06-261-0/+1
| | |\
| | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-06-251-0/+1
| | | |\
| | | | * Retry loose object read upon "Stale file handle" exceptionAntonio Barone2021-06-241-0/+1
| | * | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-05-111-0/+3
| | |\| |
| | | * | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-05-111-0/+3
| | | |\|
| | | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-111-0/+3
| | | | |\
| | | | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-111-0/+7
| | | | | |\
| | | | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-111-0/+7
| | | | | | |\
| | | | | | | * LockFile: create OutputStream only when neededThomas Wolf2021-05-101-0/+7
* | | | | | | | searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+1
|/ / / / / / /
* | | | | | | ApplyCommand: support binary patchesThomas Wolf2021-05-261-0/+3
* | | | | | | ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-261-0/+3
* | | | | | | ApplyCommand: add streams to read/write binary patch hunksThomas Wolf2021-05-261-0/+4
* | | | | | | ApplyCommand: add a base-85 codecThomas Wolf2021-05-261-0/+5
* | | | | | | LockFile: create OutputStream only when neededThomas Wolf2021-05-071-0/+3
* | | | | | | Merge branch 'stable-5.11'Matthias Sohn2021-03-261-0/+1
|\| | | | | |
| * | | | | | Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-231-0/+1
* | | | | | | HTTP cookies: do tilde expansion on http.cookieFileThomas Wolf2021-03-121-0/+1
|/ / / / / /
* | | | | | Create a PackFile class for Pack filenamesNasser Grainawi2021-03-041-0/+1
* | | | | | IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-231-0/+1
* | | | | | FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-231-0/+1
* | | | | | Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-0/+1
* | | | | | GPG signature verification via BouncyCastleThomas Wolf2021-02-161-0/+9
* | | | | | TransportHttp: support preemptive Basic authenticationThomas Wolf2021-01-141-0/+2
* | | | | | TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-141-0/+1
* | | | | | TransportHttp: make the connection factory configurableThomas Wolf2021-01-141-0/+1
* | | | | | Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-0/+1
* | | | | | Remove reftree and ketchHan-Wen Nienhuys2020-12-151-13/+0
* | | | | | TagCommand: support signing annotated tagsThomas Wolf2020-12-071-1/+0
* | | | | | Enable GpgSigner to also sign tagsThomas Wolf2020-12-071-0/+1
|/ / / / /
* | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2020-11-271-0/+1
|\| | | |
| * | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2020-11-271-0/+1
| |\| | |
| | * | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2020-11-271-0/+1
| | |\| |
| | | * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-11-271-0/+1
| | | |\|
| | | | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-271-0/+1
| | | | |\
| | | | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-271-0/+1
| | | | | |\
| | | | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-271-0/+1
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-261-0/+1
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-261-0/+1
| | | | | | | | |\
| | | | | | | | | * GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2020-11-261-0/+1
| | | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-04-181-1/+1
| | | |\| | | | | |
| | | | * | | | | | Remove double blank from sentence startMichael Keppler2020-04-171-1/+1
* | | | | | | | | | Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-1/+0
* | | | | | | | | | Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-0/+1
* | | | | | | | | | Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-0/+3
|/ / / / / / / / /