Searched refs:git (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-13-stable/tools/tools/git/
H A Dgit-svn-rebase32 # FreeBSD (or any upstream svn source) with git. Run it often, and it
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 Darcgit28 # This script is used to submit a series of git commits to Differential. Each
32 # review_D2185 branch, commit your change with "git commit --fixup HEAD". To\
37 # together, and then do a git rebase -ik to meld the code review fixes into the
63 echo "Create review for '`git show $commit -s --oneline`'"
70 git checkout $commit > /dev/null || error "Could not checkout $commit"
72 arc_dir="$(git rev-parse --git-dir)/arc"
75 git show -s --format='%B' HEAD > $arc_msg
91 headline="$(git show $commit -s --format=%s)"
100 git branc
[all...]
H A Dgit-svn-init30 # This is the codified version of what was/is on the wiki page for using git in
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
[all...]
H A Dimportgit30 echo "Usage: importgit <-c commit | -r c1..c2> -g /path/to/git/repo [-n]" >&2
98 if ! type git > /dev/null 2> /dev/null
100 error "Install devel/git first"
103 GIT="git -C $git_repo"
105 if ! $GIT rev-parse --git-dir 2> /dev/null > /dev/null
107 error "$git_repo does not seem to be a git repo"
/freebsd-13-stable/sys/contrib/device-tree/scripts/
H A Dcronjob7 UPSTREAM_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
12 echo "`pwd`: does not appear to be a device-tree.git" 1>&2
28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
38 REF=$(git show-ref --verify refs/heads/${branch})
67 git checkout master
70 git fetc
[all...]
H A Dfilter.sh3 # git branch -D upstream/rewritten-prev upstream/master upstream/rewritten filter-state
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 \
36 --parent-filter 'sed "s/-p //g" | xargs -r git show-branch --independent | sed "s/\</-p /g"' \
40 git branch -f $UPSTREAM_MASTER FETCH_HEAD
H A Dmerge-new-release.sh22 export GIT_AUTHOR_DATE=$(git log -1 --format=%ad "${v%-dts}")
30 git merge $auh --no-edit "${v}-raw"
31 git clean -fdqx
40 export GIT_COMMITTER_DATE="$(git for-each-ref --format='%(taggerdate)' "refs/tags/${v%-dts}")"
47 git tag -s -m "Tagging ${v}" -u 695A46C6 "${v}"
H A Dindex-filter.sh6 ${SCRIPTS}/rewrite-index.pl | GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info
/freebsd-13-stable/contrib/dma/
H A Dget-version.sh5 gitver=$(git describe 2>/dev/null | tr - .)
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh10 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
H A Dman-dates.sh9 git_date=$(git log -1 --date=short --format="%ad" -- "$i")
H A Dmake_gitrev.sh51 git describe --always --long --dirty 2>/dev/null; } || :)
55 # If the source directory is not a git repository, check if the file
65 # Append -dist when creating distributed sources from a git repository
/freebsd-13-stable/contrib/libxo/
H A DMakefile.am61 && 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 clon
[all...]
/freebsd-13-stable/tools/tools/git/hooks/
H A Dprepare-commit-msg3 # prepare-commit-msg: Prepare a commit message upon `git commit` for the
8 # Install by copying into the git hooks directory - for example,
9 # cp tools/tools/git/hooks/prepare-commit-msg .git/hooks/
13 # It appears git invokes this script for interactive rebase but does
26 outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX)
30 # 1. The beginning of the git-provided template (up to the first comment-only
35 # 3. The remainder of the git-provided template (from the first comment-only
60 # \`git commit --author\` if someone besides the committer sent in the change.
/freebsd-13-stable/contrib/jemalloc/
H A DFREEBSD-upgrade9 # - devel/git
56 JEMALLOC_REPO=https://github.com/jemalloc/jemalloc.git
63 bare_repo="${tmpdir}/jemalloc_bare.git"
64 work="jemalloc_work.git"
66 namespace_repo="${tmpdir}/jemalloc_namespace.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 ad
[all...]
/freebsd-13-stable/sys/conf/
H A Dnewvers.sh215 if findvcs .git; then
217 if [ -x "${dir}/git" ] ; then
218 git_cmd="${dir}/git -c help.autocorrect=0 --git-dir=${VCSDIR}"
254 git=$($git_cmd rev-parse --verify --short HEAD 2>/dev/null)
258 git="n${git_cnt}-${git}"
263 git="${git_b}-${git}"
266 git
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h14 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_alerting
38 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_connect
60 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_release
70 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_release_compl
98 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_setup
166 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party
185 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party_ack
195 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_party_alerting
204 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_add_party_rej
215 struct uni_ie_git git[UNI_NUM_IE_GI member in struct:uni_drop_party
224 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_drop_party_ack
276 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_req
285 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_ack
293 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_modify_rej
300 struct uni_ie_git git[UNI_NUM_IE_GIT]; member in struct:uni_conn_avail
[all...]
H A Duni_msg.c32 if(msg->git[i].h.present & UNI_IE_PRESENT)
33 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx);
55 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx);
89 if((p->git[i].h.present & UNI_IE_PRESENT) &&
90 uni_encode_ie(UNI_IE_GIT, msg, (union uni_ieall *)&p->git[i], cx))
145 if (!IE_ISPRESENT(out->git[i])) {
146 out->git[i].h = *hdr;
149 if(uni_decode_ie_body(UNI_IE_GIT, (union uni_ieall *)&out->git[i], msg, ielen, cx))
332 if(msg->git[i].h.present & UNI_IE_PRESENT)
333 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c21 if(IE_ISGOOD(src->git[s]))
22 dst->git[d++] = src->git[s];
66 if(IE_ISGOOD(src->git[s]))
67 dst->git[d++] = src->git[s];
108 if(IE_ISGOOD(src->git[s]))
109 dst->git[d++] = src->git[s];
129 if(IE_ISGOOD(src->git[
[all...]
H A Dunimkmsg.h120 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-stable/release/
H A DMakefile.inc15 # Figure out where the git binary is.
8 . if exists(${_P}/git)
9 GIT_CMD= ${_P}/git
15 # Set the git branch and hash to export where needed.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for-lines.mk5 # Between 2007-01-01 (git 4d3c468f96e1080e, parse.c 1.127) and 2020-12-19
/freebsd-13-stable/contrib/openresolv/
H A DMakefile83 dist-git:
84 git archive --prefix=${DISTPREFIX}/ ${GITREF} | xz >${DISTFILE}
93 dist: dist-git
/freebsd-13-stable/contrib/bmake/
H A Dimport.sh6 GIT=${GIT:-git}
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dstrchr.S43 @ Extracted from local git a5b438d861

Completed in 373 milliseconds

123