Home
last modified time | relevance | path

Searched full:git (Results 1 – 2 of 2) sorted by relevance

/littlefs-2.7.6/
D.travis.yml219 - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2
225 - cp -r $(git ls-tree --name-only HEAD) littlefs-fuse/littlefs
240 - cp -r $(git ls-tree --name-only HEAD) mount/littlefs
254 - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v2 v2
255 - git clone --depth 1 https://github.com/geky/littlefs-fuse -b v1 v1
261 - cp -r $(git ls-tree --name-only HEAD) v2/littlefs
278 - cp -r $(git ls-tree --name-only HEAD) mount/littlefs
312 …PREV_URL=https://api.github.com/repos/$TRAVIS_REPO_SLUG/git/refs/tags/v$LFS_VERSION_MAJOR.$LFS_VER…
329 git branch v$LFS_VERSION_MAJOR HEAD
331 git config user.name "geky bot"
[all …]
/littlefs-2.7.6/scripts/
Dprefix.py34 'git', 'ls-tree', '-r', '--name-only', 'HEAD']).split()
40 subprocess.check_call(['git', 'mv', oldname, newname])
52 subprocess.check_call(['git', 'add', newname])