aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
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
| | | | | |\
| | | | | | * 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
* | | | | | | | | 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
* | | | | | | | | SimpleMergeTest: Clean up code styleDemetr Starshov2020-06-101-156/+149
|/ / / / / / / /
* | | | | | | | ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-1/+41
* | | | | | | | Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash()Thomas Wolf2020-06-021-0/+44
* | | | | | | | Decouple JSch from JGit CoreMatthias Sohn2020-06-013-813/+0
* | | | | | | | Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-134/+0
* | | | | | | | RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf2020-05-281-0/+28
* | | | | | | | Ignore core.eol if core.autocrlf=inputThomas Wolf2020-05-221-0/+32
* | | | | | | | Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-0/+107
* | | | | | | | Merge changes I39783eee,I874503ec,Ic942a8e4,I6ec2c3e8,I62cb5030, ...Terry Parker2020-05-131-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li2020-05-121-1/+0
* | | | | | | | | Merge changes I6543c2e1,I21ed029dTerry Parker2020-05-111-0/+258
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov2020-05-081-0/+258
* | | | | | | | | | Fix error occurring during checkoutNail Samatov2020-05-071-0/+22
* | | | | | | | | | Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-0/+20
* | | | | | | | | | Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+10
|/ / / / / / / / /
* | | | | | | | | revwalk: Introduce bitmap-based object reachability checkerIvan Frade2020-04-281-0/+31
* | | | | | | | | revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2020-04-282-135/+146
* | | | | | | | | UploadPack: Extract walk-based reachability checkIvan Frade2020-04-281-0/+157
* | | | | | | | | UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-0/+78
|/ / / / / / / /
* | | | | | | | Fix human name for local .bundle filesKonrad Windszus2020-04-211-0/+11
* | | | | | | | FileUtils: improve delete (Windows)Alexander Nittka2020-04-031-0/+37