| /freebsd-13.1/sys/contrib/device-tree/scripts/ |
| H A D | cronjob | 38 REF=$(git show-ref --verify refs/heads/${branch}) 67 git checkout master 70 git fetch --tags "$UPSTREAM_GIT" master 86 git checkout -b ${TESTBRANCH} origin/master 87 git merge --no-edit upstream/dts 89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH}) 91 if git log ${TESTBRANCH} -- MAINTAINERS | grep --quiet . ; then 109 git checkout master 112 git update-ref refs/tests/${DATE} ${TESTBRANCH} 115 git branch -D "${TESTBRANCH}" [all …]
|
| H A D | filter.sh | 14 LAST=$(git show-ref -s refs/heads/$UPSTREAM_MASTER||true) 22 FETCH_HEAD=$(git rev-parse FETCH_HEAD) 28 rm -f .git/refs/original/refs/heads/${UPSTREAM_REWRITTEN} 30 git branch -f $UPSTREAM_REWRITTEN FETCH_HEAD 32 git filter-branch --force \ 40 git branch -f $UPSTREAM_MASTER FETCH_HEAD
|
| H A D | merge-new-release.sh | 22 export GIT_AUTHOR_DATE=$(git log -1 --format=%ad "${v%-dts}") 30 git merge $auh --no-edit "${v}-raw" 31 git clean -fdqx 47 git tag -s -m "Tagging ${v}" -u 695A46C6 "${v}"
|
| /freebsd-13.1/tools/tools/git/ |
| H A D | arcgit | 75 git show -s --format='%B' HEAD > $arc_msg 100 git branch review_${phab_id}_base HEAD~ 102 git checkout -b review_$phab_id 103 cat - <<EOF | git commit --allow-empty -F - 167 if ! type git > /dev/null 2> /dev/null 177 git update-index -q --refresh 178 if ! git diff-index --quiet --cached HEAD 183 if ! git diff-files --quiet 195 if ! orig_branch=$(git symbolic-ref --short -q HEAD) 197 orig_branch=$(git show -s --pretty='%H' HEAD) [all …]
|
| H A D | git-svn-rebase | 41 git checkout master 43 git svn rebase 44 for i in $(git branch --no-merge | grep -v stable/ | grep -v mfc); do 46 git rebase master $i || { 49 git rebase --abort 53 git checkout master 54 git branch
|
| H A D | git-svn-init | 35 GIT_IN_PATH=$(which git) 38 GIT_DOCS_REPO=${GIT_DOCS_REPO-git://github.com/freebsd/freebsd-doc.git} 42 GIT_PORTS_REPO=${GIT_PORTS_REPO-git://github.com/freebsd/freebsd-ports.git} 46 GIT_SRC_REPO=${GIT_SRC_REPO-git://github.com/freebsd/freebsd.git} 57 Usage: git-svn-init: [-b base_path] [-n] [-p] [-s] 59 git-svn-init will instantiate git repositories for src, and ports and connect 100 [ -z ${DRY_RUN} ] && grep -A4 'svn-remote "svn"' .git/config 107 local svn_head_sha=$(git show-ref upstream/svn_head|cut -d" " -f1)
|
| H A D | HOWTO | 48 $ git checkout review_D1234 53 $ git commit --fixup HEAD 83 $ git checkout myfeature_dev 85 git merge $branch || git mergetool -y || break; done 102 $ git diff myfeature_dev@{1} 106 $ git pull --rebase origin master 146 III. git-svn-rebase 148 git-svn-rebase is a script that helps you keep current when using git 155 $ git-svn-rebase 161 IV. git-svn-init [all …]
|
| /freebsd-13.1/contrib/libxo/ |
| H A D | Makefile.am | 61 && git add libxo.html \ 62 && git add ${PACKAGE_VERSION}/html \ 63 && git commit -m 'new docs' \ 65 && git push origin gh-pages ) ; true 74 && git add ${PACKAGE_VERSION}/xohtml \ 75 && git commit -m 'new xohtml files' \ 77 && git push origin gh-pages ) ; true 83 git clone https://github.com/Juniper/${PACKAGE_NAME}.wiki.git wiki 86 git clone https://github.com/Juniper/${PACKAGE_NAME}.git \ 112 && git add ${GH_PACKAGING_DIR} \ [all …]
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 22 dst->git[d++] = src->git[s]; in copy_msg_alerting() 67 dst->git[d++] = src->git[s]; in copy_msg_connect() 109 dst->git[d++] = src->git[s]; in copy_msg_release() 130 dst->git[d++] = src->git[s]; in copy_msg_release_compl() 190 dst->git[d++] = src->git[s]; in copy_msg_setup() 315 dst->git[d++] = src->git[s]; in copy_msg_add_party() 354 dst->git[d++] = src->git[s]; in copy_msg_add_party_ack() 374 dst->git[d++] = src->git[s]; in copy_msg_party_alerting() 392 dst->git[d++] = src->git[s]; in copy_msg_add_party_rej() 414 dst->git[d++] = src->git[s]; in copy_msg_drop_party() [all …]
|
| H A D | unimkmsg.h | 120 if(IE_ISGOOD((U)->u.release_compl.git[_i])) \ 121 (DEST)->git[_j++] = \ 122 (U)->u.release_compl.git[_i]; \ 140 if(IE_ISGOOD((U)->u.drop_party_ack.git[_i])) \ 141 (DEST)->git[_j++] = \ 142 (U)->u.drop_party_ack.git[_i]; \ 156 if(IE_ISGOOD((U)->u.add_party_rej.git[_i])) \ 157 (DEST)->git[_j++] = \ 158 (U)->u.add_party_rej.git[_i]; \
|
| /freebsd-13.1/lib/clang/include/ |
| H A D | VCSVersion.inc | 4 #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git" 7 #define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git" 14 #define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/intel_qat/patch/ |
| H A D | 0001-timespec.diff | 5 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af… 6 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=412c53a680a97cb1ae2c0ab60230e… 11 diff --git a/quickassist/lookaside/access_layer/src/sample_code/performance/framework/linux/kernel_… 24 diff --git a/quickassist/qat/compat/qat_compat.h b/quickassist/qat/compat/qat_compat.h
|
| H A D | 0001-pci_aer.diff | 4 git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=894020fdd88c1e9a74c60b67c0f19f1… 9 diff --git a/quickassist/qat/drivers/crypto/qat/qat_common/adf_aer.c b/quickassist/qat/drivers/cryp…
|
| H A D | 0001-cryptohash.diff | 2 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=228c4f265c6eb60eaa4ed0e… 5 diff --git a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c b/quickassist/…
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 14 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 38 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 60 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 70 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 98 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 166 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 185 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 195 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 204 struct uni_ie_git git[UNI_NUM_IE_GIT]; member 215 struct uni_ie_git git[UNI_NUM_IE_GIT]; member [all …]
|
| H A D | msg.def | 52 git UNI_NUM_IE_GIT 105 git UNI_NUM_IE_GIT 147 git UNI_NUM_IE_GIT 207 git UNI_NUM_IE_GIT 324 git UNI_NUM_IE_GIT 352 git UNI_NUM_IE_GIT 372 git UNI_NUM_IE_GIT 391 git UNI_NUM_IE_GIT 412 git UNI_NUM_IE_GIT 431 git UNI_NUM_IE_GIT [all …]
|
| /freebsd-13.1/crypto/openssh/.github/ |
| H A D | setup_ci.sh | 94 git clone https://github.com/GrapheneOS/hardened_malloc.git && 101 git clone https://github.com/openssl/openssl.git && 103 git checkout ${INSTALL_OPENSSL} && 111 git clone https://github.com/libressl-portable/portable.git && 113 git checkout ${INSTALL_LIBRESSL} &&
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | commitcheck.sh | 10 …body=$(git log -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1 ".{$((length + 1))}… 23 foundline=$(git log -n 1 "$REF" | grep -E -m 1 "$regex") 38 long_subject=$(git log -n 1 --pretty=%s "$REF" | grep -E -m 1 '.{73}') 60 subject=$(git log -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defects') 73 subject=$(git log -n 1 --pretty=%s "$REF" | 89 for line in $(git log -n 1 --pretty=%b "$REF" | grep -E '^CID'); do
|
| /freebsd-13.1/sys/conf/ |
| H A D | newvers.sh | 217 if [ -x "${dir}/git" ] ; then 218 git_cmd="${dir}/git -c help.autocorrect=0 --git-dir=${VCSDIR}" 258 git="n${git_cnt}-${git}" 263 git="${git_b}-${git}" 266 git="${git}-dirty" 269 git=" ${git}" 290 VERINFO="${VERSION}${svn}${git}${gitup}${hg} ${i}"
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | CONTRIBUTING | 44 git clone https://github.com/eggert/tz.git 49 git checkout main 50 git pull 55 git checkout -b mybranch 57 * Sleuth by using 'git blame'. For example, when fixing data for 58 Africa/Sao_Tome, if the command 'git blame africa' outputs a line 74 git add northamerica 75 git commit 77 See recent 'git log' output for the commit-message style. 81 git format-patch main [all …]
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | FREEBSD-upgrade | 56 JEMALLOC_REPO=https://github.com/jemalloc/jemalloc.git 73 git clone --bare ${JEMALLOC_REPO} ${bare_repo} 77 git fetch origin ${rev} 86 git clone ${bare_repo} ${repo} 92 git checkout ${rev} 143 git add -A 144 git diff --cached
|
| /freebsd-13.1/contrib/libcbor/misc/hooks/ |
| H A D | pre-commit | 6 MODIFIED_UNSTAGED=$(git -C . diff --name-only) 7 MODIFIED_STAGED=$(git -C . diff --name-only --cached --diff-filter=d) 11 git add ${MODIFIED_STAGED} 13 if [[ ${MODIFIED_UNSTAGED} != $(git -C . diff --name-only) ]]; then
|
| /freebsd-13.1/tools/tools/drm/radeon/firmwares/ |
| H A D | README | 6 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /freebsd-13.1/contrib/xz/ |
| H A D | FREEBSD-upgrade | 5 The source code is pulled with git: 7 git clone --branch=v5.0 http://git.tukaani.org/xz.git xz 11 git log > ChangeLog
|
| /freebsd-13.1/contrib/libarchive/ |
| H A D | FREEBSD-upgrade | 5 The source code is pulled with git: 7 git clone git://github.com/libarchive/libarchive.git
|