| /freebsd-12.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_PORTS_REPO=${GIT_PORTS_REPO-git://github.com/freebsd/freebsd-ports.git} 42 GIT_SRC_REPO=${GIT_SRC_REPO-git://github.com/freebsd/freebsd.git} 52 Usage: git-svn-init: [-b base_path] [-n] [-p] [-s] 54 git-svn-init will instantiate git repositories for src, and ports and connect 94 [ -z ${DRY_RUN} ] && grep -A4 'svn-remote "svn"' .git/config 101 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-12.1/contrib/libxo/ |
| H A D | Makefile.am | 60 && git add ${PACKAGE_VERSION} \ 61 && git add libxo-manual.html \ 62 && git commit -m 'new docs' \ 64 && git push origin gh-pages ) ; true 73 && git add ${PACKAGE_VERSION}/xohtml \ 74 && git commit -m 'new xohtml files' \ 76 && git push origin gh-pages ) ; true 82 git clone https://github.com/Juniper/${PACKAGE_NAME}.wiki.git wiki 85 git clone https://github.com/Juniper/${PACKAGE_NAME}.git \ 111 && git add ${GH_PACKAGING_DIR} \ [all …]
|
| /freebsd-12.1/sys/conf/ |
| H A D | newvers.sh | 183 if findvcs .git; then 218 git=`$git_cmd rev-parse --verify --short HEAD 2>/dev/null` 219 svn=`$git_cmd svn find-rev $git 2>/dev/null` 222 git="=${git}" 234 git="+${git}" 236 git=" ${git}" 241 git="${git}(${git_b})" 245 git="${git}-dirty" 296 VERINFO="${VERSION}${svn}${git}${hg}${p4version} ${i}" 299 VERINFO="${VERSION} #${v}${svn}${git}${hg}${p4version}: ${t}"
|
| /freebsd-12.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-12.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 …]
|
| 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 …]
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | CONTRIBUTING | 36 git clone https://github.com/eggert/tz.git 41 git checkout master 42 git pull 47 git checkout -b mybranch 49 * Sleuth by using 'git blame'. For example, when fixing data for 50 Africa/Sao_Tome, if the command 'git blame africa' outputs a line 66 git add northamerica 67 git commit 69 See recent 'git log' output for the commit-message style. 73 git format-patch master [all …]
|
| /freebsd-12.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-12.1/sys/contrib/dev/drm2/radeonkmsfw/ |
| H A D | README | 4 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
| /freebsd-12.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-12.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-12.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
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | revision | 12 # Type: Git bundles (git-bundle) 14 0 string #\ v2\ git\ bundle\n Git bundle 20 # reference: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt 32 # but in git binary 34 !:mime application/x-git
|
| /freebsd-12.1/contrib/dtc/scripts/ |
| H A D | setlocalversion | 12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then 14 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then 19 if git diff-index HEAD | read dummy; then
|
| /freebsd-12.1/contrib/llvm/tools/lld/ |
| H A D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore. 3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html 11 # Merge files created by git.
|
| /freebsd-12.1/sys/gnu/dts/ |
| H A D | FreeBSD-upgrade | 4 # These files are imported from Ian Campbell's git tree mirroring the linux 7 # git clone git://xenbits.xen.org/people/ianc/device-tree-rebasing.git
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | CONTRIBUTING | 17 with the current git master branch of tcpdump and the current git master branch of 53 3) Setup your git working copy 54 git clone https://github.com/<username>/tcpdump.git 56 git remote add upstream https://github.com/the-tcpdump-group/tcpdump 57 git fetch upstream 92 git rebase upstream/master 93 (If the rebase fails and you cannot resolve, issue "git rebase --abort" 97 git push
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | README.git | 1 # The ldns git repository can found at: 2 # git.nlnetlabs.nl/ldns/ 16 git submodule update --init
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | drop-tld.diff | 1 diff --git a/daemon/worker.c b/daemon/worker.c 21 diff --git a/util/config_file.h b/util/config_file.h 34 diff --git a/util/configlexer.lex b/util/configlexer.lex 46 diff --git a/util/configparser.y b/util/configparser.y
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | getting.rst | 25 git clone https://github.com/Juniper/libxo.git -b develop 29 http://nvie.com/posts/a-successful-git-branching-model 60 build libxo from the git repo:: 62 git clone https://github.com/Juniper/libxo.git 184 libxo version 0.3.5-git-develop 185 xo version 0.3.5-git-develop
|