aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Use constant for ".lock"Matthias Sohn2018-09-071-4/+5
* ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
* Delete all loose refs empty directoriesLuca Milanesio2018-07-261-10/+24
* GC: Remove empty references foldersHector Caballero2018-07-101-0/+118
* Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-06-201-0/+3
|\
| * Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-06-191-0/+3
| |\
| | * Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2018-06-191-0/+3
* | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-0/+103
|\| |
| * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-0/+103
| |\|
| | * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-0/+103
* | | Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-112-0/+131
* | | ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-101-0/+33
* | | PushConnectionTest: Increase maxCommandBytes againDavid Pursehouse2017-04-061-1/+1
* | | PushConnectionTest#limitCommandBytes: Increase maxCommandBytesDavid Pursehouse2017-04-041-1/+1
* | | PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-37/+59
* | | Delegate crypto algorithm creation to InsecureCipherFactoryDavid Ostrovsky2017-03-211-5/+4
* | | Fix test configuration to run RacyGitTests, and fix testRacyGitDetectionDavid Pursehouse2017-03-191-2/+10
* | | RevFlagSetTest: Fix compilation error flagged by error proneDavid Ostrovsky2017-03-181-1/+0
* | | FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-25/+91
* | | FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-0/+273
* | | Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-82/+61
* | | Merge "SHA-1: collision detection support"Jonathan Nieder2017-03-021-0/+111
|\ \ \
| * | | SHA-1: collision detection supportShawn Pearce2017-02-281-0/+111
* | | | Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-281-0/+360
|/ / /
* | | SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-0/+15
* | | Pure Java SHA-1Shawn Pearce2017-02-261-0/+112
* | | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-2054-158/+158
* | | Add some more missing @Override annotationsDavid Pursehouse2017-02-201-0/+1
* | | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1956-0/+185
* | | Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+10
* | | GC: don't loosen doomed objectsDavid Turner2017-02-171-0/+39
* | | Limit receive commandsShawn Pearce2017-02-111-0/+23
* | | IndexDiffSubmoduleTest: Fix negative use countDavid Pursehouse2017-02-101-1/+0
* | | FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* | | PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* | | Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-082-0/+95
|\ \ \
| * | | push: support per-ref force-with-leaseDavid Turner2017-02-082-0/+95
* | | | Prefer smaller GC files during DFS garbage collectionShawn Pearce2017-02-081-0/+68
* | | | Fix missing deltas near type boundariesShawn Pearce2017-02-081-11/+17
* | | | Merge "Reintroduce garbage pack coalescing when ttl > 0."Shawn Pearce2017-02-081-9/+69
|\ \ \ \
| * | | | Reintroduce garbage pack coalescing when ttl > 0.Thirumala Reddy Mutchukota2017-02-071-9/+69
* | | | | Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-071-0/+14
|/ / / /
* | | | Detect stale-file-handle error in causal chainHongkai Liu2017-01-301-0/+40
* | | | Merge branch 'stable-4.6'David Pursehouse2017-01-311-0/+119
|\ \ \ \ | | |/ / | |/| |
| * | | Clean up orphan files in GCHongkai Liu2017-01-301-0/+119
* | | | Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2017-01-302-3/+6
|\ \ \ \
| * | | | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-282-3/+6
* | | | | Merge FileTreeIteratorJava7Test into FileTreeIteratorTestDavid Pursehouse2017-01-302-208/+154
* | | | | Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2017-01-302-100/+30
* | | | | RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-15/+18