| /freebsd/ |
| H A D | MAINTAINERS | 31 or makes a commit to the specified subtree. 36 aio(4) asomers Pre-commit review requested. 37 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 38 contrib/atf ngie,#test Pre-commit review requested. 39 contrib/googletest ngie,#test Pre-commit review requested. 40 sbin/ipf cy Pre-commit review requested. 41 contrib/libcxxrt dim,emaste Pre-commit review preferred. 42 contrib/llvm-project/compiler-rt dim Pre-commit review preferred. 43 contrib/llvm-project/libcxx dim Pre-commit review preferred. 44 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred. [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 1 commit 8725dbc5b5fcc3e326fc71189ef8dba4333362cc 7 commit cc7feb9458ad3b893b53dc9c7500d1affd208bde 13 OpenBSD-Commit-ID: db5b4a1f1c9e988f8f166b56dc5643606294b403 15 commit fc86875e6acb36401dfc1dfb6b628a9d1460f367 24 OpenBSD-Commit-ID: fffc89195968f7eedd2fc57f0b1f1ef3193f5ed1 26 commit dd73459e351b0a2908aed90910c8ff9b0b381c6d 32 OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8 34 commit 0cb945891944bada5850e85d60afa3c807cf1af6 40 OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13 42 commit cd4a6bd50b658d707867caa1f5aa40b35c2b6c19 [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 19 #include "clang/Edit/Commit.h" 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument 177 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() argument 193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon() 196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 198 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon() 199 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon() [all …]
|
| H A D | Commit.cpp | 1 //===- Commit.cpp - A unit of edits ---------------------------------------===// 9 #include "clang/Edit/Commit.h" 23 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const { in getFileLocation() 30 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const { in getFileRange() 35 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const { in getInsertFromRange() 42 Commit::Commit(EditedSource &Editor) in Commit() function in Commit 47 bool Commit::insert(SourceLocation loc, StringRef text, in insert() 63 bool Commit::insertFromRange(SourceLocation loc, in insertFromRange() 90 bool Commit::remove(CharSourceRange range) { in remove() 102 bool Commit::insertWrap(StringRef before, CharSourceRange range, in insertWrap() [all …]
|
| H A D | EditedSource.cpp | 14 #include "clang/Edit/Commit.h" 91 // written by a previous commit for another expansion of the same macro in canInsertInOffset() 99 // A commit modified the macro argument 'a' due to the first '(x)' in canInsertInOffset() 100 // expansion inside the macro definition, and a subsequent commit tried in canInsertInOffset() 102 // second commit will be rejected. in canInsertInOffset() 274 bool EditedSource::commit(const Commit &commit) { in commit() function in EditedSource 275 if (!commit.isCommitable()) in commit() 290 for (edit::Commit::edit_iterator in commit() 291 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit() 292 const edit::Commit::Edit &edit = *I; in commit() [all …]
|
| /freebsd/tools/tools/git/ |
| H A D | git-arc.1 | 40 .Ar commit-ref Op Ar commit-ref ... 42 .Cm list Ar commit-ref Op Ar commit-ref ... 50 .Ar commit-ref Op Ar commit-ref ... 55 .Ar commit-ref Op Ar commit-ref ... 79 Commit titles must therefore be unique across all open 81 If the title of either a commit or its associated Differential Revision is 85 Most verbs accept one or more git commit references: commit hashes, branch 86 names, commit ranges, and so on. 87 A branch name refers to the single commit at its tip; use a commit range to 91 for details on specifying commit references. [all …]
|
| H A D | git-arc.sh | 60 create [-dl] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>] 61 list <commit>|<commit range> 63 stage [-b branch] [<commit>|<commit range>] 64 update [-l] [-m message] [<commit>|<commit range>] 184 diff=$(git show -s --format=%B "$commit" | 210 local commit diff title 212 commit=$1 214 # First, look for a valid differential reference in the commit 216 diff=$(log2diff "$commit") 224 title=$(git show -s --format=%s "$commit") [all …]
|
| H A D | HOWTO | 11 1. Create a series of commits in git. Each commit will be a separate review, so 12 try to make each commit as self-contained as possible. The series of commits 14 one commit might refactor existing code to expose a new API without changing 15 any current functionality. A subsequent commit could then introduce your new 21 subsequent commit, it is a waste of your reviewer's time to have them review 23 bug fix into the commit that introduced it, so that the bug is never 26 The commit headline and commit message will be imported verbatim into 27 Differential, so try to give each commit a meaningful commit message that 33 C1 should be the first commit that you want reviewed, and C2 should be the 34 last commit that you want reviewed. You may add multiple reviewers by [all …]
|
| H A D | arcgit | 28 # commit is submitted as a separate review. For each review, this script will 31 # review_D2185 branch, commit your change with "git commit --fixup HEAD". To\ 37 # commit that they fixed. Now you have a clean series of patches to push to 42 echo "Usage: arcgit <-c commit | -r commit1~..commit2> [-R reviewer] " >&2 56 local commit phab_id arc_dir 58 commit=$1 62 echo "Create review for '`git show $commit -s --oneline`'" 69 git checkout $commit > /dev/null || error "Could not checkout $commit" 90 headline="$(git show $commit -s --format=%s)" 102 cat - <<EOF | git commit --allow-empty -F - [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | extensions.yaml | 115 in-and-around commit 7a6c8ae ("Fix text that describes vfmv.v.f 128 changes to interrupts as frozen at commit ccbddab ("Merge pull 134 ratified at commit d70011dde6c2 ("Update to ratified state") 140 ratified at commit d70011dde6c2 ("Update to ratified state") 147 ratified at commit a28bfae (Ratified (#7)) of riscv-state-enable. 153 behavioural changes to interrupts as frozen at commit ccbddab 159 and mode-based filtering as ratified at commit 01d1df0 ("Add ability 165 ratified at commit d70011dde6c2 ("Update to ratified state") 171 ratified at commit 3f9ed34 ("Add ability to manually trigger 224 as ratified at commit 4a69197e5617 ("Update to ratified state") of [all …]
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 1 commit 4b73f2ec19a99ef465282fbce633e8deb33691b3 11 commit 97b7440006d69a30048ff1ffc29fc7a0615e5d51 20 commit 8e1022cfb1d177e482e487c202a0ab43dee761a3 55 commit a3ea8832bec11128597c454f5d14d05ef6010e3f 64 commit c8c22869e780ff57c96b46939c3d79ff99395f87 85 commit a37658bec72ed581a683b7498a75a70122b831b0 100 commit 9e499f714cade4beade31c86dcb0de9fc72d0562 109 commit 1e00837f72e0551ab73927642a8f61aad80c958d 118 commit 8082851b7848ac32fea7bc7cfb84d9b3ef5537b0 127 commit 3cdd412bcea6bb5b4c5d41d2b4104230a5a9569c [all …]
|
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | git-filter-branch | 11 # The following functions will also be available in the commit filter: 31 # if you run 'skip_commit "$@"' in a commit filter, it will print 32 # the (mapped) parents, effectively skipping the commit. 45 # if you run 'git_commit_non_empty_tree "$@"' in a commit filter, 46 # it will skip commits that leave the tree untouched, commit the other. 54 git commit-tree "$@" 103 [--commit-filter <command>] [--tag-name-filter <command>] 192 --commit-filter) 212 filter_commit='git commit-tree "$@"';; 218 die "Cannot set --prune-empty and --commit-filter at the same time" [all …]
|
| /freebsd/tools/tools/git/hooks/ |
| H A D | prepare-commit-msg | 3 # prepare-commit-msg: Prepare a commit message upon `git commit` for the 9 # cp tools/tools/git/hooks/prepare-commit-msg .git/hooks/ 12 commit|message) 26 outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) 28 # Create a commit message template from three parts: 36 # line to the end of the file) which lists files staged for commit, files 50 # Approved by: <If you needed approval for this commit> 52 # Fixes: <Short hash + commit title fixed by this change> 65 # *full* GitHub or Phabricator URL. The commit author should be set 66 # appropriately, using \`git commit --author\` if someone besides the
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | generate-ci-type.py | 4 Determine the CI type based on the change list and commit message. 7 ZFS-CI-Type commit tag) or "auto" (from file change heuristics). 10 - the *last* commit message contains 'ZFS-CI-Type: quick' 13 - all commit messages do not contain 'ZFS-CI-Type: (full|linux|freebsd)' 70 # check last (HEAD) commit message 78 f'requested by HEAD commit {head}') 80 # check all commit messages 83 '--format=ZFS-CI-Commit: %H%n%B', f'{head}...{base}' 89 if line.startswith('ZFS-CI-Commit:'): 90 commit_ref = line.lstrip('ZFS-CI-Commit:').rstrip() [all …]
|
| /freebsd/contrib/libyaml/ |
| H A D | Changes | 267 - https://github.com/yaml/libyaml/commit/d1003a9 271 - https://github.com/yaml/libyaml/commit/662f4be 276 - https://github.com/yaml/libyaml/commit/303b455 279 - https://github.com/yaml/libyaml/commit/1ef1171 282 - https://github.com/yaml/libyaml/commit/c9479c7 285 - https://github.com/yaml/libyaml/commit/c201bf6 288 - https://github.com/yaml/libyaml/commit/bb8ab82 291 - https://github.com/yaml/libyaml/commit/2d94fc5 294 - https://github.com/yaml/libyaml/commit/df33f25 297 - https://github.com/yaml/libyaml/commit/f56726b [all …]
|
| /freebsd/contrib/kyua/ |
| H A D | CONTRIBUTING.md | 61 every commit does one (and only one) thing. In particular, commits of the 71 branches. This is required if you need to go through the commit/test cycle 100 Commit messages 103 * Follow standard Git commit message guidelines. The first line has a maximum 105 the whole commit. Then a blank line comes, and then multiple plain-text 106 paragraphs provide details on the commit if necessary with a maximum length of 107 72-75 characters per line. Vim has syntax highlighting for Git commit 124 * If the fix to the issue can be done *in a single commit*, terminate the commit 126 include a note in `NEWS` about the issue in the same commit. Such fixes can 130 * If the fix to the issue requires *more than one commit*, do **not** include [all …]
|
| /freebsd/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 29 * [Commit Message Formats](#commit-message-formats) 131 * Please attempt to limit pull requests to a single commit which resolves 133 * Make sure your commit messages are in the correct format. See the 134 [Commit Message Formats](#commit-message-formats) section for more information. 150 …y tests will run. You can always override this by adding `ZFS-CI-Type` line to your commit message: 151 …* If your last commit (or `HEAD` in git terms) contains a line `ZFS-CI-Type: quick`, quick mode is… 152 * Otherwise, if any commit in a PR contains a line `ZFS-CI-Type: full`, full mode is forced. 204 ### Commit Message Formats 206 Commit messages for new changes must meet the following guidelines: 208 first line in the commit message. [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| H A D | tst.SpeculationCommit.d | 30 * ASSERTION: Test the normal behavior of speculate() and commit(). 45 self->commit = 0; 59 commit(self->var); 60 self->commit++; 64 /(1 == self->commit)/ 66 printf("Succesfully tested buffer commit\n"); 71 /(0 == self->commit)/ 73 printf("Failed to commit buffer\n");
|
| H A D | err.D_COMM_COMM.DisjointCommit.d | 31 * A clause cannot contain multiple commit() calls to disjoint buffers. 43 self->commit = 0; 80 commit(var1); 81 commit(var2); 82 self->commit++; 86 /self->commit/ 93 /!self->commit/ 95 printf("Couldnt commit both buffers");
|
| H A D | tst.CommitAfterDiscard.d | 31 * Call to commit() on a buffer after it has been discarded is silently 44 self->commit = 0; 64 commit(var1); 65 self->commit++; 69 /self->commit/ 77 /!self->commit/ 79 printf("Couldnt commit a discarded buffer\n");
|
| /freebsd/.github/workflows/ |
| H A D | checklist.yml | 15 name: commit 91 for (const commit of commits) { 92 const sob_lines = commit.commit.message.match(/^[^\S\r\n]*signed-off-by:.*/gim); 94 … if (sob_lines == null && !commit.commit.author.email.toLowerCase().endsWith("freebsd.org")) 95 addToChecklist("Missing Signed-off-by lines", commit.sha); 101 …"Expected `Signed-off-by: `, got `" + line.match(/^[^\S\r\n]*signed-off-by:./i) + "`", commit.sha); 102 if (line.includes(commit.commit.author.email)) 110 if (commit.commit.author.email.toLowerCase().includes("noreply")) 111 addToChecklist("Real email address is needed", commit.sha); 130 /* Give advice based on what's in the commit */
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Rewriters.h | 23 class Commit; variable 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | commitcheck.sh | 5 # test commit body for length 14 echo "error: commit message body contains line over ${length} characters" 34 # check commit message for a normal commit 42 echo "error: commit subject over 72 characters" 51 # ensure that no lines in the body of the commit are over 72 characters 93 echo "error: commit message has an improperly formatted CID defect line" 99 # ensure that no lines in the body of the commit are over 72 characters 120 # have a normal commit
|
| /freebsd/lib/geom/union/ |
| H A D | gunion.8 | 53 .Cm commit 94 If it works, commit it; 101 so it is important to commit the updates before destroying the union. 180 .It Cm commit 188 .Cm commit 191 .Cm commit 198 .Cm commit 205 .Cm commit 209 .Cm commit 247 gunion commit -v md0-da0p1.union [all …]
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | au_open.3 | 35 .Nd "create and commit audit records" 52 record using a series of tokens, and commit the audit record to the system 54 An extension API is also provided to commit the record to an in-memory 70 function is used to commit an audit record to the system audit log, or 146 does not reserve kernel resources necessary to commit the record to the 149 the call will block until resources are available to commit the record. 154 would reserve resources necessary to commit any submitted record, releasing
|