aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Cancel gc if thread was interruptedMatthias Sohn2019-03-061-0/+52
* Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-063-2/+213
|\
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-063-3/+214
| |\
| | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-051-0/+65
| | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-051-2/+117
| | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-051-1/+32
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-4/+5
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-081-4/+5
| |\|
| | * Use constant for ".lock"Matthias Sohn2018-09-071-4/+5
| * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-08-311-17/+0
| |\|
| | * ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
* | | Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-0/+29
* | | Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-0/+45
* | | FetchCommandTest: test add/update/delete fetchMarc Strapetz2018-08-221-0/+85
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-271-0/+132
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-271-0/+132
| |\|
| | * 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.7' into stable-4.8David Pursehouse2018-06-201-0/+3
| |\|
| | * 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
* | | | | Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+68
* | | | | Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-141-0/+216
* | | | | Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-121-1/+2
* | | | | Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-213-0/+68
* | | | | PackInserter: Ensure objects are written at the end of the packDave Borowitz2017-12-201-3/+49
* | | | | Config: Remove the include functionalityDavid Pursehouse2017-12-151-16/+8
* | | | | GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+106
* | | | | Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+1
* | | | | PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+119
* | | | | FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-011-0/+421
* | | | | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-231-1/+8
* | | | | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-10/+15
* | | | | Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-0/+90
* | | | | ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-301-10/+11
* | | | | Support force writing reflog on a per-update basisDave Borowitz2017-09-302-6/+75
* | | | | Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-1/+2
* | | | | ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* | | | | Support http.<url>.* configsThomas Wolf2017-09-102-0/+432
* | | | | Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+88
* | | | | Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-071-0/+70
* | | | | Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-072-16/+12
* | | | | ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+41
* | | | | ObjectCheckerTest: Factor duplicate instances out to constantsDavid Pursehouse2017-09-061-72/+42
* | | | | SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValueDavid Pursehouse2017-09-051-0/+2
* | | | | Merge changes from topic 'dfs-reftable'Shawn Pearce2017-09-051-0/+190
|\ \ \ \ \
| * | | | | dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-051-0/+190
* | | | | | Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-0/+96
* | | | | | Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-0/+40