summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Use new protocol version constantsMatthias Sohn2020-11-301-13/+25
* Merge branch 'stable-5.9'Matthias Sohn2020-11-301-2/+6
|\
| * Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-291-2/+7
* | PacketLineInTest: test for END and DELIM being distinguishableThomas Wolf2020-11-301-3/+8
* | Merge branch 'stable-5.10'Matthias Sohn2020-11-271-0/+20
|\ \
| * | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2020-11-271-0/+20
| |\|
| | * 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
| | | | | | | |\
| | | | | | | | * 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
| | | | | | | | | |\
| | | | | | | | | | * Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-261-2/+22
| | | | | | | | | | * Remove unused importsMatthias Sohn2020-07-192-2/+0
| | | | * | | | | | | Scan through all merged reftables for max/min update indicesMinh Thai2020-04-051-0/+117
* | | | | | | | | | | Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-263-26/+294
|/ / / / / / / / / /
* | | | | | | | | | Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-173-2/+79
* | | | | | | | | | Fix bug in PerformanceLogContextAlexa Panfil2020-11-061-8/+37
* | | | | | | | | | Fix IOException occurring during gcNail Samatov2020-11-051-0/+23
* | | | | | | | | | Ensure .gitmodules is loaded when accessing submodule nameJohn Dallaway2020-10-251-0/+1
* | | | | | | | | | Merge "Add new performance logging"Terry Parker2020-10-211-0/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add new performance loggingAlexa Panfil2020-10-211-0/+66
* | | | | | | | | | | Merge "Implement git describe --all"Christian Halstrick2020-10-131-1/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implement git describe --allJason Yeo2020-10-131-1/+46
* | | | | | | | | | | | Override config http.userAgent from environment GIT_HTTP_USER_AGENTThomas Wolf2020-10-061-2/+31
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | UploadPackTest#testUploadRedundantBytes: ensure test repo is closedMatthias Sohn2020-10-021-7/+10
|/ / / / / / / / / /
* | | | | | | | | | Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-262-0/+113
* | | | | | | | | | Measure time taken for reachability checksAlexa Panfil2020-09-241-11/+122
* | | | | | | | | | IndexDiffFilter: handle path prefixes correctlyThomas Wolf2020-09-211-0/+21
* | | | | | | | | | Merge "ReceivePackStats: Add size and count of unnecessary pushed objects"Terry Parker2020-09-141-0/+61
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | ReceivePackStats: Add size and count of unnecessary pushed objectsYunjie Li2020-09-111-0/+61
* | | | | | | | | | GitlinkMergeTest: fix boxing warningsMatthias Sohn2020-09-051-1/+1
* | | | | | | | | | 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
| |/ / / / / / / / /
* | | | | | | | | | Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-253-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-153-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