Lines Matching full:git
4 These instructions assume you have a clone of the FreeBSD git repo
7 origin pointing to git(repo).freebsd.org/src.git.
12 $ git worktree add -b vendor/openssl-X.Y ../vendor/openssl-X.Y freebsd/vendor/openssl-X.Y
31 $ rsync --exclude .git --delete -av ../openssl-X.Y.Z/ .
35 $ git add -A
39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z"
43 $ git tag -a -m "Tag OpenSSL X.Y.Z" vendor/openssl/X.Y.Z
47 $ git push freebsd vendor/openssl-X.Y
48 $ git push freebsd vendor/openssl/X.Y.Z
50 Note the second "git push" command is used to push the tag, which is
56 $ git push --dry-run --follow-tags freebsd vendor/openssl-X.Y
57 $ git push --follow-tags freebsd vendor/openssl-X.Y
64 $ git subtree merge -P crypto/openssl vendor/openssl-X.Y
67 If git prompts for these deleted files during the merge, choose 'd'
76 $ git diff --diff-filter=M vendor/openssl/X.Y.Z HEAD:crypto/openssl
109 $ git commit --amend secure/lib/libcrypto/man secure/usr.bin/openssl/man