summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-291-2/+7
* Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2020-11-271-0/+20
|\
| * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2020-11-271-0/+20
| |\
| | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-11-271-0/+20
| | |\
| | | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-273-2/+20
| | | |\
| | | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-273-4/+22
| | | | |\
| | | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-273-4/+22
| | | | | |\
| | | | | | * Prepare 5.3.9-SNAPSHOT buildsMatthias Sohn2020-11-262-53/+53
| | | | | | * JGit v5.3.8.202011260953-rv5.3.8.202011260953-rMatthias Sohn2020-11-262-2/+2
| | | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-263-4/+22
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-263-4/+22
| | | | | | | |\
| | | | | | | | * Prepare 5.1.15-SNAPSHOT buildsMatthias Sohn2020-11-262-49/+49
| | | | | | | | * JGit v5.1.14.202011251942-rv5.1.14.202011251942-rMatthias Sohn2020-11-262-2/+2
| | | | | | | | * Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-261-2/+22
| | | | | | | | * Remove unused importsMatthias Sohn2020-07-192-2/+0
| | | | | | | | * Prepare 5.1.14-SNAPSHOT buildsMatthias Sohn2020-02-112-49/+49
| | | | | | | | * JGit v5.1.13.202002110435-rv5.1.13.202002110435-rMatthias Sohn2020-02-112-2/+2
| | | | | | * | | Prepare 5.3.8-SNAPSHOT buildsMatthias Sohn2020-02-112-53/+53
| | | | | | * | | JGit v5.3.7.202002110540-rv5.3.7.202002110540-rMatthias Sohn2020-02-112-2/+2
| * | | | | | | | Prepare 5.8.2-SNAPSHOT buildsMatthias Sohn2020-07-142-54/+54
| * | | | | | | | JGit v5.8.1.202007141445-rv5.8.1.202007141445-rMatthias Sohn2020-07-142-2/+2
| * | | | | | | | Prepare 5.8.1-SNAPSHOT buildsMatthias Sohn2020-06-092-54/+54
| * | | | | | | | JGit v5.8.0.202006091008-rv5.8.0.202006091008-rMatthias Sohn2020-06-092-2/+2
* | | | | | | | | Prepare 5.9.1-SNAPSHOT buildsMatthias Sohn2020-09-082-54/+54
* | | | | | | | | JGit v5.9.0.202009080501-rv5.9.0.202009080501-rMatthias Sohn2020-09-082-2/+2
* | | | | | | | | GitlinkMergeTest: fix boxing warningsMatthias Sohn2020-09-051-1/+1
* | | | | | | | | Merge branch 'master' into stable-5.9Matthias Sohn2020-09-052-0/+453
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | jgit: Add DfsBundleWriterMasaya Suzuki2020-09-031-0/+85
| * | | | | | | | | Merge changes from topic "fix_ui"Terry Parker2020-09-031-0/+368
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-261-9/+0
| | * | | | | | | | | ResolveMerger: Adding test cases for GITLINK deletionDemetr Starshov2020-08-261-0/+91
| | * | | | | | | | | ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-261-5/+0
| | * | | | | | | | | ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov2020-08-261-0/+291
| * | | | | | | | | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-272-54/+54
* | | | | | | | | | | Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-08-272-2/+2
* | | | | | | | | | | JGit v5.9.0.202008260805-m3v5.9.0.202008260805-m3Matthias Sohn2020-08-262-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-255-0/+32
* | | | | | | | | | Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-175-117/+291
* | | | | | | | | | DirCache: support index V4Thomas Wolf2020-08-154-2/+266
|/ / / / / / / / /
* | | | | | | | | Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-293-2/+26
* | | | | | | | | Add support for tree filters when fetchingJonathan Nieder2020-07-291-0/+32
* | | | | | | | | DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-171-1/+55
* | | | | | | | | Fix writing GPG signatures with trailing newlineThomas Wolf2020-07-081-37/+53
* | | | | | | | | Improve error message when receive.maxCommandBytes is exceededDavid Pursehouse2020-06-291-1/+3
* | | | | | | | | DiffFormatterTest: Add a test to confirm the default rename detection settingsDavid Pursehouse2020-06-261-0/+13
* | | | | | | | | MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai2020-06-221-16/+16
* | | | | | | | | SimpleMergeTest: Clean up code styleDemetr Starshov2020-06-101-156/+149
* | | | | | | | | Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-06-092-54/+54
|/ / / / / / / /
* | | | | | | | ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-0413-1/+535
* | | | | | | | Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash()Thomas Wolf2020-06-021-0/+44