aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PushCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-281-1/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+2
* I/O redirection for the pre-push hookThomas Wolf2022-10-201-1/+52
* [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-10/+47
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-2/+172
* PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-0/+563
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-0/+3
* GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-081-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Make PrePushHook properly terminate ref linesMarkus Keller2018-10-211-1/+1
* Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-0/+5
* PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* push: support per-ref force-with-leaseDavid Turner2017-02-081-0/+54
* PushCommandTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-187/+184
* Fix unit tests on WindowsChristian Halstrick2015-11-261-5/+3
* Add support for pre-push hooksChristian Halstrick2015-11-021-0/+47
* Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-1/+70
* 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
* Add lookup to remote config if the refSpec is not explicitly setStefan Lay2011-07-041-0/+72
* Let RefDirectory use FileSnapShot to handle fast updatesChristian Halstrick2011-05-231-0/+43
* PushCommand: Test for update of tracking branchRobin Stocker2011-03-041-0/+53
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+5
* Save StoredConfig after modificationsShawn O. Pearce2010-12-151-2/+3
* Add PushCommand APIChris Aniszczyk2010-10-051-0/+96