Home
last modified time | relevance | path

Searched full:worktree (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/blocklist/
H A DFreeBSD-upgrade16 2. Create a Git worktree under a temporary directory:
18 worktree=$(mktemp -d -t blocklist)
19 git worktree add ${worktree} vendor/blocklist
33 rsync -va --del --exclude=".git" ${blocklist_repo}/ ${worktree}
37 cd ${worktree}
38 git add -A ${worktree}
96 rm -fr ${blocklist_repo} ${worktree}
97 git worktree prune
/freebsd/contrib/libyaml/
H A DMakefile.am21 -git worktree prune
40 -git worktree prune
41 git worktree add $@ $(LIBYAML_TEST_SUITE_RUN_BRANCH)
48 git worktree add --force $@ $@
H A D.makefile63 git worktree prune
/freebsd/contrib/libyaml/tests/
H A Drun-all-tests.sh26 git worktree prune
/freebsd/contrib/libyaml/.github/workflows/
H A Dmain.yml47 git worktree prune
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade16 % git worktree create ../ota vendor/one-true-awk
/freebsd/share/zoneinfo/
H A DMakefile7 # $ git worktree add ../tzdata vendor/tzdata
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade.md52 % git worktree add -b vendor/openssl-${OPENSSL_VER_MAJOR_MINOR} \
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade26 $ git worktree add ../vendor/openssh freebsd/vendor/openssh
/freebsd/tools/build/
H A Dbeinstall.sh169 # May be a worktree, in which case .git is a file, not a directory.