aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/FetchCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-07-061-0/+20
|\
| * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-251-0/+20
* | Fetch: Introduce negative refspecs.yunjieli2022-04-131-0/+47
|/
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-251-0/+159
|\
| * 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
* | Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+44
* | Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+19
|/
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-13/+10
* FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-011-0/+25
* Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-12/+86
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Fix broken TagCommand APIRobin Rosenberg2012-04-061-3/+4
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+4
* Save StoredConfig after modificationsShawn O. Pearce2010-12-151-2/+3
* Add FetchCommandChris Aniszczyk2010-09-171-0/+91