Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-20Fix boxing warnings in TransportTestMatthias Sohn1-3/+3
2022-11-20Silence warnings about unclosed BasePackPushConnectionMatthias Sohn1-0/+3
2022-10-21PushCommand: allow users to disable use of bitmaps for pushkylezhao1-0/+31
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn1-38/+5
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys1-3/+3
2017-02-09push: support per-ref force-with-leaseDavid Turner1-0/+41
2016-01-19Transport: Implement AutoCloseableShawn Pearce1-41/+32
2013-11-24Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce1-1/+1
2013-11-02Use absolute paths for file:// URIs in testsShawn Pearce1-1/+1
2013-07-22Implement open(URIish) for TransportLocalRobin Stocker1-0/+16
2013-04-18Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg1-2/+2
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce1-1/+1
2013-02-04Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg1-1/+1
2012-07-27Fix resolving of relative file URIs in TransportLocalRobin Stocker1-0/+13
2012-05-23Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce1-1/+2
2012-03-21Ignore trailing comments in transport SPI parsingKevin Sawicki1-0/+16
2010-12-31Convert all JGit unit tests to JUnit 4Robin Rosenberg1-1/+16
2010-06-24Use higher level Config types when possibleShawn O. Pearce1-2/+2
2009-11-03Only import the sample data packs on tests that need themShawn O. Pearce1-2/+2
2009-09-29Initial JGit contribution to eclipse.orgGit Development Community1-0/+197

    Back to the top