aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources/org
Commit message (Expand)AuthorAgeFilesLines
* Allow to discover bitmap on disk created after the packfileLuca Milanesio2024-02-201-0/+2
* Introduce a PriorityQueue sorting RevCommits by commit timestampLuca Milanesio2024-01-191-0/+1
* Checkout: better directory handlingThomas Wolf2023-09-031-0/+2
* PackReverseIndexWriter: write out version 1 reverse index fileAnna Papitto2023-04-281-0/+1
* PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-311-0/+3
* Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-281-1/+7
* Merge branch 'stable-6.4'Matthias Sohn2023-02-221-0/+4
|\
| * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-221-0/+4
| |\
| | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-221-0/+4
| | |\
| | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-221-0/+4
| | | |\
| | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-221-0/+4
| | | | |\
| | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-221-0/+4
| | | | | |\
| | | | | | * Acquire file lock "gc.pid" before running gcMatthias Sohn2023-02-211-0/+4
* | | | | | | Externalize strings introduced in c9552abaMatthias Sohn2023-02-201-0/+5
* | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-071-0/+1
* | | | | | | Add TernarySearchTreeMatthias Sohn2023-01-041-0/+2
* | | | | | | CommitGraph: add commit-graph for FileObjectDatabasekylezhao2022-12-231-0/+2
* | | | | | | CommitGraph: implement commit-graph readkylezhao2022-12-161-0/+8
* | | | | | | CommitGraph: implement commit-graph writerkylezhao2022-12-061-0/+4
|/ / / / / /
* / / / / / Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-0/+4
|/ / / / /
* | | | | ObjectDirectory: improve reading of shallow fileRobin Müller2022-07-311-1/+2
* | | | | Fetch: add support for shallowRobin Müller2022-07-311-0/+4
|/ / / /
* | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-06-151-0/+5
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-151-0/+5
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-151-0/+5
| | |\|
| | | * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-131-0/+5
* | | | Teach JGit to handle external diff/merge tools defined in .gitattributesAndre Bossert2022-06-021-0/+5
* | | | Fetch: Introduce negative refspecs.yunjieli2022-04-131-0/+1
|/ / /
* | | Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-0/+1
* | | Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-021-0/+2
* | | PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-0/+5
|/ /
* | 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