Versions in this module Expand all Collapse all v6 v6.1.0 Apr 24, 2021 Changes in this version + type ReceivePackSuite struct + Client transport.Transport + EmptyAuth transport.AuthMethod + EmptyEndpoint *transport.Endpoint + Endpoint *transport.Endpoint + NonExistentEndpoint *transport.Endpoint + func (s *ReceivePackSuite) TestAdvertisedReferencesEmpty(c *C) + func (s *ReceivePackSuite) TestAdvertisedReferencesNotExists(c *C) + func (s *ReceivePackSuite) TestCallAdvertisedReferenceTwice(c *C) + func (s *ReceivePackSuite) TestCapabilities(c *C) + func (s *ReceivePackSuite) TestDefaultBranch(c *C) + func (s *ReceivePackSuite) TestFullSendPackOnEmpty(c *C) + func (s *ReceivePackSuite) TestFullSendPackOnNonEmpty(c *C) + func (s *ReceivePackSuite) TestSendPackAddDeleteReference(c *C) + func (s *ReceivePackSuite) TestSendPackOnEmpty(c *C) + func (s *ReceivePackSuite) TestSendPackOnEmptyWithReportStatus(c *C) + func (s *ReceivePackSuite) TestSendPackOnNonEmpty(c *C) + func (s *ReceivePackSuite) TestSendPackOnNonEmptyWithReportStatus(c *C) + func (s *ReceivePackSuite) TestSendPackOnNonEmptyWithReportStatusWithError(c *C) + func (s *ReceivePackSuite) TestSendPackWithContext(c *C) + type UploadPackSuite struct + Client transport.Transport + EmptyAuth transport.AuthMethod + EmptyEndpoint *transport.Endpoint + Endpoint *transport.Endpoint + NonExistentEndpoint *transport.Endpoint + func (s *UploadPackSuite) TestAdvertisedReferencesEmpty(c *C) + func (s *UploadPackSuite) TestAdvertisedReferencesFilterUnsupported(c *C) + func (s *UploadPackSuite) TestAdvertisedReferencesNotExists(c *C) + func (s *UploadPackSuite) TestCallAdvertisedReferenceTwice(c *C) + func (s *UploadPackSuite) TestCapabilities(c *C) + func (s *UploadPackSuite) TestDefaultBranch(c *C) + func (s *UploadPackSuite) TestFetchError(c *C) + func (s *UploadPackSuite) TestUploadPack(c *C) + func (s *UploadPackSuite) TestUploadPackFull(c *C) + func (s *UploadPackSuite) TestUploadPackInvalidReq(c *C) + func (s *UploadPackSuite) TestUploadPackMulti(c *C) + func (s *UploadPackSuite) TestUploadPackNoChanges(c *C) + func (s *UploadPackSuite) TestUploadPackPartial(c *C) + func (s *UploadPackSuite) TestUploadPackWithContext(c *C) + func (s *UploadPackSuite) TestUploadPackWithContextOnRead(c *C) Other modules containing this package github.com/egibert/go-git github.com/egibert/go-git/v5 github.com/egibert/go-git/v8