| /freebsd/crypto/openssh/.github/ |
| H A D | ci-status.md | 2 …./actions/workflows/c-cpp.yml/badge.svg)](../../../actions/workflows/c-cpp.yml?query=branch:master) 3 …./../../actions/workflows/vm.yml/badge.svg)](../../../actions/workflows/vm.yml?query=branch:master) 4 …ithub.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml?query=branch:master) 5 …/github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.yml?query=branch:master) 12 …../../actions/workflows/c-cpp.yml/badge.svg?branch=V_10_3)](../../../actions/workflows/c-cpp.yml?q… 13 …(../../../actions/workflows/vm.yml/badge.svg?branch=V_10_3)](../../../actions/workflows/vm.yml?que… 14 …ted.yml/badge.svg?branch=V_10_3)](https://github.com/openssh/openssh-portable-selfhosted/actions/w… 17 …../../actions/workflows/c-cpp.yml/badge.svg?branch=V_10_2)](../../../actions/workflows/c-cpp.yml?q… 18 …(../../../actions/workflows/vm.yml/badge.svg?branch=V_10_2)](../../../actions/workflows/vm.yml?que… 19 …ted.yml/badge.svg?branch=V_10_2)](https://github.com/openssh/openssh-portable-selfhosted/actions/w… [all …]
|
| H A D | install_libcrypto.sh | 27 echo tag/branch and destdir required 42 echo selecting ABI test release/branch for ${ver} 52 echo selecting next release branch ${ver} 64 echo not found, selecting release branch ${ver}
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-elif.mk | 19 . info This branch is not taken. 26 . info This branch is not taken. 34 . info This branch is not taken. 54 . info This branch is taken. 66 . info This branch is taken. 73 . info This branch is taken. 75 . info This branch is not taken. 84 . info This branch is not taken. 98 . info This branch is taken because of the .else. 104 . info This branch is not taken. [all …]
|
| H A D | directive-elif.exp | 2 make: directive-elif.mk:54: This branch is taken. 4 make: directive-elif.mk:66: This branch is taken. 5 make: directive-elif.mk:73: This branch is taken. 8 make: directive-elif.mk:98: This branch is taken because of the .else.
|
| /freebsd/tools/tools/git/ghpr/ |
| H A D | ghpr-push.sh | 22 for pr in $(git config --get-all branch.${staging}.opabinia.prs); do 23 upstream=$(git config --get branch.${staging}.opabinia.${pr}.upstream) 24 upstream_branch=$(git config --get branch.${staging}.opabinia.${pr}.upstream-branch) 42 for pr in $(git config --get-all branch.${staging}.opabinia.prs); do 47 git branch -D PR-${pr} 48 git config --remove-section branch.${staging}.opabinia.${pr} 50 git config --remove-section branch.${staging}.opabinia 51 git branch -D ${staging}
|
| H A D | ghpr-stage.sh | 28 base=$(git config branch.${staging}.opabinia.base) 50 git branch -D PR-$PR || true 53 upstream=$(git config branch.PR-$PR.pushRemote) 54 upstream_branch=$(git config branch.PR-$PR.merge | sed -e s=refs/heads/==) 58 git config --add branch.${staging}.opabinia.prs ${PR} 59 git config --add branch.${staging}.opabinia.${PR}.upstream ${upstream} 60 git config --add branch.${staging}.opabinia.${PR}.upstream-branch ${upstream_branch}
|
| /freebsd/lib/libpathconv/ |
| H A D | abs2rel.c | 43 const char *pp, *bp, *branch; in abs2rel() local 63 branch = path; in abs2rel() 66 branch = pp; in abs2rel() 79 branch = pp; in abs2rel() 84 for (bp = base + (branch - path); *bp; bp++) in abs2rel() 98 if (*branch) { in abs2rel() 99 if (rp + strlen(branch + 1) > endp) in abs2rel() 101 strcpy(rp, branch + 1); in abs2rel()
|
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | cronjob | 37 for branch in $BRANCHES ; do 38 REF=$(git show-ref --verify refs/heads/${branch}) 40 echo "Tree is missing required branch ${branch}, aborting" 1>&2 115 git branch -D "${TESTBRANCH}" 118 for branch in ${BRANCHES} ; do 119 REF=$(git show-ref --verify refs/heads/${branch})
|
| H A D | filter.sh | 30 git branch -f $UPSTREAM_REWRITTEN FETCH_HEAD 32 PATH=$(git --exec-path):$PATH $SCRIPTS/git-filter-branch --force \ 37 --prune-empty --state-branch refs/heads/filter-state-split \ 40 git branch -f $UPSTREAM_MASTER FETCH_HEAD
|
| /freebsd/.github/ |
| H A D | path-rules.txt | 7 contrib :warning: Contributed software usually managed by vendor branch 8 crypto :warning: Contributed crypto software usually managed by vendor branch 9 sys/contrib :warning: Contributed software usually managed by vendor branch 10 sys/crypto/skein :warning: Contributed crypto software usually managed by vendor branch
|
| /freebsd/sys/arm/arm/ |
| H A D | disassem.c | 293 int branch; in disasm() local 399 branch = ((insn << 2) & 0x03ffffff); in disasm() 400 if (branch & 0x02000000) in disasm() 401 branch |= 0xfc000000; in disasm() 402 di->di_printaddr(loc + 8 + branch); in disasm() 406 branch = ((insn << 2) & 0x03ffffff) | in disasm() 408 if (branch & 0x02000000) in disasm() 409 branch |= 0xfc000000; in disasm() 410 di->di_printaddr(loc + 8 + branch); in disasm()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FREEBSD-upgrade | 8 We also track the bsd-features branch. This is a branch that takes the 14 (1) Create a work tree for the vendor/one-true-awk branch 20 % git branch --show-current 24 (3) Copy that to the vendor branch and push upstream 33 # Sanity check to make sure it looks good. The vendor branch should 36 # vendor branch given the long lag with the old upstream, but no more)
|
| /freebsd/contrib/ntp/ |
| H A D | README.pullrequests | 7 The stable branch is the current supported production code branch, the 10 The master branch is for new development, also known as ntp-dev (which 15 on the stable branch, and pull your work into a master copy to allow for 16 publishing your changes in the ntp-dev or master branch. 20 work on a copy of the master branch. 54 i) Create a branch off your own master branch of your local fork. 71 create a pull request on your branch on github. (Read up on
|
| /freebsd/tools/tools/git/ |
| H A D | git-arc.sh | 65 stage [-b branch] [<commit>|<commit range>] 695 local branch commit o raw rev stack 697 branch=false 705 branch=true 728 if ${branch}; then 739 local author branch commit commits diff reviewers title tmp 741 branch=main 745 branch="$OPTARG" 756 if [ "$branch" = "main" ]; then 759 git checkout -q -b "${branch}" main
|
| H A D | git-mfc | 48 branch = None 56 branch = m.group(1) 58 if branch is None: 60 if branch == "CURRENT": 62 if branch == "STABLE" or branch == "PRERELEASE": 64 if re.match(r'^BETA\d+$', branch) or re.match(r'^ALPHA\d+$', branch): 68 if re.match(r'^RELEASE(-p\d+)?$', branch):
|
| /freebsd/contrib/libyaml/ |
| H A D | Makefile.am | 39 -git branch --track $(LIBYAML_TEST_SUITE_RUN_BRANCH) origin/$(LIBYAML_TEST_SUITE_RUN_BRANCH) 43 git clone --branch $(LIBYAML_TEST_SUITE_RUN_BRANCH) $(LIBYAML_TEST_SUITE_RUN_REPO) $@ 47 -git branch --track $@ origin/$@
|
| /freebsd/contrib/libarchive/ |
| H A D | FREEBSD-upgrade | 7 The git branch for imports is named vendor/libarchive. 22 branch. Never make local changes on the vendor branch.
|
| /freebsd/crypto/openssl/ |
| H A D | FREEBSD-upgrade.md | 48 ### Switch to the vendor branch 88 ### Update the sources in the vendor branch 112 #### Push branch update and tag separately 114 At this point the vendor branch can be pushed to the FreeBSD repo via: 123 #### Push branch update and tag simultaneously 125 It is also possible to push the branch and tag together, but use 142 ### Merge from the vendor branch and resolve conflicts 169 ### Diff against the vendor branch
|
| /freebsd/contrib/atf/ |
| H A D | FREEBSD-upgrade | 12 and is imported into the atf vendor branch (see base/vendor/atf/). 14 To merge the vendor branch into head do something like this: 25 vendor branch (which is a good justification for importing the verbatim 38 the vendor branch as you easily risk committing build products into the
|
| /freebsd/contrib/tzdata/ |
| H A D | CONTRIBUTING | 36 <https://www.iana.org/time-zones> or the main branch of the development 48 * Get current with the main branch. 53 * Switch to a new branch for the changes. Choose a different 54 branch name for each change set. 77 * For each separable change, commit it in the new branch, e.g.: 100 * Start anew by getting current with the main branch again
|
| /freebsd/contrib/tzcode/ |
| H A D | CONTRIBUTING | 36 <https://www.iana.org/time-zones> or the main branch of the development 48 * Get current with the main branch. 53 * Switch to a new branch for the changes. Choose a different 54 branch name for each change set. 77 * For each separable change, commit it in the new branch, e.g.: 100 * Start anew by getting current with the main branch again
|
| /freebsd/contrib/xz/ |
| H A D | FREEBSD-upgrade | 5 git clone --branch=v5.0 http://git.tukaani.org/xz.git xz 26 branch (aka HEAD). Never make local changes on the vendor branch.
|
| /freebsd/contrib/kyua/ |
| H A D | CONTRIBUTING.md | 57 * Always work on a non-master branch. 59 * Make sure the history of your branch is clean. (Ab)use `git rebase -i master` 66 branch is important). Push your branch to GitHub so that Travis CI picks it 72 more than once for any given branch after you have "fixed-up" commits to 77 to achieve if you use one branch per change as requested in this workflow. 97 diff by typing `git diff <your-branch> master`. 121 * Unless you have a good reason to do otherwise, name your branch `issue-N` 131 `Fixes #N.` in any of the individual commit messages of the branch nor include 134 --no-commit your-branch`, followed by an edit of `NEWS`, and terminated with a
|
| /freebsd/tools/build/options/ |
| H A D | WITH_BRANCH_PROTECTION | 1 Build with branch protection enabled. 3 branch target identification instructions on arm64.
|
| /freebsd/contrib/blocklist/ |
| H A D | FreeBSD-upgrade | 31 4. Copy to the vendor branch using rsync (net/rsync): 58 At this point, the vendor branch can be pushed to the FreeBSD 63 8. Merge from the vendor branch: 74 10. Diff against the vendor branch:
|