| /f-stack/freebsd/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}"
|
| /f-stack/dpdk/devtools/ |
| H A D | check-git-log.sh | 16 by latest git commits limited with -n option, or commits in the git 50 commits=$(git log --format='%h' --reverse $range) 51 headlines=$(git log --format='%s' --reverse $range) 52 bodylines=$(git log --format='%b' --reverse $range) 76 headline=$(git log --format='%s' -1 $commit) 154 body=$(git log --format='%b' -1 $commit) 157 git log --format='\t%s' -1 $commit 164 body=$(git log --format='%b' -1 $commit) 167 git log --format='\t%s' -1 $commit 175 git log --format='\t%s' -1 $fix [all …]
|
| H A D | git-log-fixes.sh | 42 local refbranch=$(git rev-parse --abbrev-ref HEAD) 43 local tag=$( (git tag -l --contains $1 --merged $refbranch 2>&- || 46 for t in $(git tag -l --contains $1) ; do 47 git branch $refbranch --contains $t | 62 git log --format='%b' -1 $1 | 71 git rev-parse -q --verify $1 >&- || continue 90 if git log --format='%b' -1 $1 | grep -qi '^Cc: *[email protected]' ; then 100 if git log --format='%b' -1 $1 | grep -qi '^Fixes: *' ; then 107 git log --oneline --reverse $range |
|
| H A D | checkpatches.sh | 47 latest git commits limited with -n option, or commits in the git range 246 git format-patch --find-renames \ 320 commits=$(git rev-list --reverse $range) 322 commits=$(git rev-list --reverse --max-count=$number HEAD) 325 subject=$(git log --format='%s' -1 $commit)
|
| H A D | check-spdx-tag.sh | 22 git grep -L SPDX-License-Identifier -- \ 43 git grep -l Redistribution -- \
|
| /f-stack/tools/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 …]
|
| /f-stack/freebsd/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]; \
|
| /f-stack/freebsd/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-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/…
|
| 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…
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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 …]
|
| H A D | uni_msg.c | 146 out->git[i].h = *hdr; in decode_alerting() 548 out->git[i].h = *hdr; in decode_connect() 855 out->git[i].h = *hdr; in decode_release() 1023 out->git[i].h = *hdr; in decode_release_compl() 1558 out->git[i].h = *hdr; in decode_setup() 2519 out->git[i].h = *hdr; in decode_add_party() 2792 out->git[i].h = *hdr; in decode_add_party_ack() 2942 out->git[i].h = *hdr; in decode_party_alerting() 3091 out->git[i].h = *hdr; in decode_add_party_rej() 3255 out->git[i].h = *hdr; in decode_drop_party() [all …]
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 133 git clone git://dpdk.org/dpdk 134 git clone https://dpdk.org/git/dpdk 138 git clone git://dpdk.org/next/dpdk-next-* 139 git clone https://dpdk.org/git/next/dpdk-next-* 218 The is generally added by ``git send-email`` or ``git format-patch``, see below. 237 git commit --signoff # or -s 364 send them with ``git send-email``. 371 git format-patch -1 374 git format-patch -3 453 Then the git logs should be checked using the ``check-git-log.sh`` script. [all …]
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | genhtml.tcl | 4 set commits [exec git log unstable {--pretty="%H %at"}] 5 set raw_tags [exec git tag] 20 set taginfo [exec git log $tag -n 1 "--pretty=\"$tag %at\""]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 3 dnl # Read meta data from the META file. When building from a git repository 6 dnl # for working builds to be uniquely identified using the git commit hash. 73 if test ! -f ".nogitrelease" && git rev-parse --git-dir > /dev/null 2>&1; then 75 _alias=$(git describe --match=${_match} 2>/dev/null) 79 _zfs_ac_meta_type="git describe" 82 _alias=$(git describe --match=${_match} 2>/dev/null) 86 _zfs_ac_meta_type="git describe"
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 04_release_hash.sh | 8 (cd ~/hack/redis-hashes; git commit -a -m "${1} hash."; git push)
|
| /f-stack/doc/ |
| H A D | F-Stack_Build_Guide.md | 8 $ yum install -y git gcc openssl-devel kernel-devel-$(uname -r) bc numactl-devel python 10 $ apt-get install git gcc openssl libssl-dev linux-headers-$(uname -r) bc libnuma1 libnuma-dev libp… 13 $ git clone https://github.com/F-Stack/f-stack.git /data/f-stack
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 28 T: git://dpdk.org/dpdk 33 T: git://dpdk.org/next/dpdk-next-net 49 T: git://dpdk.org/next/dpdk-next-net-mlx 54 T: git://dpdk.org/next/dpdk-next-virtio 58 T: git://dpdk.org/next/dpdk-next-crypto 67 T: git://dpdk.org/dpdk-stable 83 F: devtools/check-git-log.sh 89 F: devtools/git-log-fixes.sh 142 T: git://dpdk.org/dpdk 345 T: git://dpdk.org/dpdk [all …]
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 25 git clone https://git.openwrt.org/openwrt/openwrt.git 77 git clone https://github.com/numactl/numactl.git 79 git checkout v2.0.13 -b v2.0.13
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | mkreleasehdr.sh | 2 GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1` 3 GIT_DIRTY=`git diff --no-ext-diff 2> /dev/null | wc -l`
|