Home
last modified time | relevance | path

Searched refs:commit_file (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py2280 self.commit_file('.gitattributes', '*.mp3 filter=lfs -text')
2282 def commit_file(self, filename, content): member in GitLfsTest
2333 commit_1 = self.commit_file("a.mp3", "version 1")
2334 commit_2 = self.commit_file("a.mp3", "version 2")