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

Method removeLargeFile

git-p4.py:1651–1653  ·  view source on GitHub ↗
(self, relPath)

Source from the content-addressed store, hash-verified

1649 self.writeToGitStream('100644', '.gitattributes', self.generateGitAttributes())
1650
1651 def removeLargeFile(self, relPath):
1652 LargeFileSystem.removeLargeFile(self, relPath)
1653 self.writeToGitStream('100644', '.gitattributes', self.generateGitAttributes())
1654
1655 def processContent(self, git_mode, relPath, contents):
1656 if relPath == '.gitattributes':

Callers 1

streamOneP4DeletionMethod · 0.45

Calls 2

generateGitAttributesMethod · 0.95
writeToGitStreamMethod · 0.80

Tested by

no test coverage detected