MCPcopy Create free account
hub / github.com/git/git / pushFile

Method pushFile

git-p4.py:1472–1476  ·  view source on GitHub ↗

Push the actual content which is not stored in the Git repository to a server.

(self, localLargeFile)

Source from the content-addressed store, hash-verified

1470 assert False, "Method 'generatePointer' required in " + self.__class__.__name__
1471
1472 def pushFile(self, localLargeFile):
1473 """Push the actual content which is not stored in the Git repository to
1474 a server.
1475 """
1476 assert False, "Method 'pushFile' required in " + self.__class__.__name__
1477
1478 def hasLargeFileExtension(self, relPath):
1479 return functools.reduce(

Callers 1

processContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected