summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* ReftableTest: Clean up boxing warnings on usage of String.formatDavid Pursehouse2019-12-051-16/+26
* Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-042-0/+70
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-1/+35
* Merge changes I8698001d,I5c1177acJonathan Nieder2019-11-251-0/+43
|\
| * Add missing license header to UploadPackRefSortingForReachabilityTestJonathan Nieder2019-11-251-0/+43
* | [spotbugs] Fix potential NPE in FSTestMatthias Sohn2019-11-261-1/+3
* | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-261-0/+6
* | FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2019-11-261-0/+5
|/
* UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse2019-11-251-7/+11
* BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-211-181/+0
* checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-211-0/+33
* ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-211-10/+10
* file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-164-39/+912
* RewriteGenerator: avoid adding null parentThomas Wolf2019-11-151-0/+36
* DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-0/+78
* IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-0/+77
* Merge changes I583491f6,Idd44e3bbJonathan Nieder2019-11-141-178/+145
|\
| * Run Eclipse formatter on BatchRefUpdateTestHan-Wen Nienhuys2019-11-141-178/+145
* | transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-133-6/+6
|/
* Merge branch 'stable-5.5'Matthias Sohn2019-11-111-6/+8
|\
| * Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-6/+8
* | WorkingTreeModifiedEvent: must be fired explicitly after mergeThomas Wolf2019-11-032-9/+39
* | Merge "HttpSupport.proxyFor(): use only scheme, host, and port"David Pursehouse2019-10-301-0/+69
|\ \
| * | HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-301-0/+69
* | | reftable: enforce ascending order in sortAndWriteRefsHan-Wen Nienhuys2019-10-302-27/+6
|/ /
* | GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-231-0/+167
* | Merge "TreeRevFilterTest: Simplify filter used"Jonathan Tan2019-10-221-17/+7
|\ \
| * | TreeRevFilterTest: Simplify filter usedJonathan Tan2019-10-221-17/+7
* | | Support for core.hooksPathThomas Wolf2019-10-211-0/+71
|/ /
* | Close ObjectReaders in testsThomas Wolf2019-10-214-120/+145
* | Close some Repository instances in testsThomas Wolf2019-10-216-167/+182
* | Close ObjectInserters in testsThomas Wolf2019-10-214-55/+67
* | Remove meaningless comment in CloneCommandTestMatthias Sohn2019-10-211-1/+0
* | Implement mirror option in CloneCommandMatthias Sohn2019-10-211-1/+33
* | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-175-29/+17
* | Close RevWalks in testsThomas Wolf2019-10-167-380/+443
* | Merge "reftable: fix lookup by ID in merged reftables"Jonathan Tan2019-10-161-0/+13
|\ \
| * | reftable: fix lookup by ID in merged reftablesHan-Wen Nienhuys2019-10-161-0/+13
* | | Merge changes I6e022e4a,If1b9d808David Pursehouse2019-10-1520-916/+1041
|\ \ \
| * | | Close TreeWalks in testsThomas Wolf2019-10-1511-600/+689
| * | | Close SubmoduleWalks in testsThomas Wolf2019-10-159-316/+352
| |/ /
* / / ProtocolV2Parser: Introduce advertise sideband-all optionIvan Frade2019-10-151-2/+5
|/ /
* | CachedPackUriProvider: Add size to the pack informationIvan Frade2019-10-111-1/+1
* | UploadPackTest: Stop using deprecated PacketLineIn constantsDavid Pursehouse2019-10-071-6/+6
* | Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-3/+25
* | reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-271-1/+1
* | Fire WorkingTreeModifiedEvent if cherry-pick failed with conflictsMatthias Sohn2019-09-261-0/+21
* | reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-204-76/+82
* | UploadPackReachabilityTest: Use assertThrows instead of thrownIvan Frade2019-09-181-15/+14
* | RequestValidatorTestCase: Tests for the request validatorsIvan Frade2019-09-184-0/+598