/freebsd/ |
H A D | MAINTAINERS | 32 makes a commit to the specified subtree. 37 aio(4) asomers Pre-commit review requested. 38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 39 contrib/atf ngie,#test Pre-commit review requested. 40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested. 41 contrib/googletest ngie,#test Pre-commit review requested. 42 sbin/ipf cy Pre-commit review requested. 43 contrib/libcxxrt dim,emaste Pre-commit review preferred. 44 contrib/llvm-project/compiler-rt dim Pre-commit review preferred. 45 contrib/llvm-project/libcxx dim Pre-commit review preferred. [all …]
|
/freebsd/tools/tools/git/ |
H A D | git-arc.sh | 60 create [-l] [-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>] 70 corresponding commit. In particular, commit summaries must be unique across 82 default), review tags are added to the commit log message, and 92 $ git commit -m "kern: Rewrite in Rust" 95 $ git commit --amend 230 diff=$(git show -s --format=%B "$commit" | 256 local commit diff title [all …]
|
H A D | arcgit | 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 - 199 git log --format=%H $range | tail -r | while read -r commit 201 create_review $commit < /dev/null
|
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 …]
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 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() 206 Commit &commit) { in rewriteToArraySubscriptGet() argument [all …]
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 1 commit 86bdd3853f4d32c85e295e6216a2fe0953ad93f0 7 commit 282721418e6465bc39ccfd39bb0133e670ee4423 13 commit 3876a3bbd2ca84d23ba20f8b69ba83270c04ce3a 21 commit 8fc109cc614954a8eb2738c48c0db36a62af9a06 30 commit 26b09b45fec7b88ba09042c09be4157e58e231e2 38 commit a6a740a4948d10a622b505135bb485c10f21db5e 48 commit cd82f7526e0481720567ae41db7849ab1c27e27b 58 commit 2f9d2af5cb19905d87f37d1e11c9f035ac5daf3b 69 commit 9b3f0beb4007a7e01dfedabb429097fb593deae6 78 commit c47e1c9c7911f38b2fc2fb01b1f6ae3a3121a838 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument 272 commit.insertBefore(receiver->getBeginLoc(), "("); in rewriteToPropertyDotSyntax() 278 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax() 281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 285 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax() 303 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax() 305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 306 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local [all …]
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | git-filter-branch | 54 git commit-tree "$@" 192 --commit-filter) 364 printf "\rRewrite $commit ($count/$commits)$progress " 389 while read commit parents; do 393 test -f "$workdir"/../map/$commit && continue 399 GIT_ALLOW_NULL_SHA1=1 git read-tree -i -m $commit 405 git read-tree -i -m $commit:"$filter_subdir" 2>&1) || { 406 if ! git rev-parse -q --verify $commit:"$filter_subdir" 416 GIT_COMMIT=$commit 418 git cat-file commit "$commit" >../commit || [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_COMM_COMM.DisjointCommit.d | 43 self->commit = 0; 80 commit(var1); 81 commit(var2); 82 self->commit++; 86 /self->commit/ 93 /!self->commit/
|
H A D | tst.SpeculationCommit.d | 45 self->commit = 0; 59 commit(self->var); 60 self->commit++; 64 /(1 == self->commit)/ 71 /(0 == self->commit)/
|
H A D | tst.CommitAfterDiscard.d | 44 self->commit = 0; 64 commit(var1); 65 self->commit++; 69 /self->commit/ 77 /!self->commit/
|
H A D | tst.DiscardAftCommit.d | 43 self->commit = 0; 61 commit(var1); 62 self->commit++;
|
/freebsd/contrib/jemalloc/src/ |
H A D | pages.c | 56 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map() argument 62 *commit = true; in os_pages_map() 71 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0), in os_pages_map() 79 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map() 102 bool *commit) { in os_pages_trim() argument 108 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim() 157 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() argument 166 void *pages = os_pages_map(NULL, alloc_size, alignment, commit); in pages_map_slow() 172 ret = os_pages_trim(pages, alloc_size, leadsize, size, commit); in pages_map_slow() 181 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_map() argument [all …]
|
H A D | extent_mmap.c | 23 bool *commit) { in extent_alloc_mmap() argument 25 void *ret = pages_map(new_addr, size, alignment, commit); in extent_alloc_mmap() 30 if (*commit) { in extent_alloc_mmap()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 249 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock() 274 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() 281 Msf->commit(Filename, Layout); in commit() 293 if (auto EC = Strings.commit(NSWriter)) in commit() 311 if (auto EC = Info->commit(Layout, Buffer)) in commit() 316 if (auto EC = Dbi->commit(Layout, Buffer)) in commit() 321 if (auto EC = Tpi->commit(Layout, Buffer)) in commit() 326 if (auto EC = Ipi->commit(Layout, Buffer)) in commit() 331 if (auto EC = Gsi->commit(Layout, Buffer)) in commit() 371 return Buffer.commit(); 271 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { commit() function in PDBFileBuilder [all...] |
/freebsd/contrib/kyua/store/ |
H A D | write_transaction_test.cpp | 84 tx.commit(); in do_put_result_ok_test() 117 tx.commit(); in ATF_TEST_CASE_BODY() 141 ATF_REQUIRE_THROW(store::error, tx.commit()); in ATF_TEST_CASE_BODY() 148 tx.commit(); in ATF_TEST_CASE_BODY() 192 tx.commit(); in ATF_TEST_CASE_BODY() 228 tx.commit(); in ATF_TEST_CASE_BODY() 248 tx.commit(); in ATF_TEST_CASE_BODY() 275 tx.commit(); in ATF_TEST_CASE_BODY() 305 tx.commit(); in ATF_TEST_CASE_BODY() 394 tx.commit(); in ATF_TEST_CASE_BODY()
|
/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 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 131 `Fixes #N.` in any of the individual commit messages of the branch nor include [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | Rewriters.h | 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 992 char *commit, *p; in parsefloat() local 1011 commit = buf - 1; in parsefloat() 1026 commit = p; in parsefloat() 1047 commit = p; /* inf or infinity */ in parsefloat() 1060 commit = p; in parsefloat() 1068 commit = p; in parsefloat() 1090 commit = p; in parsefloat() 1102 commit = p; in parsefloat() 1124 commit = p; in parsefloat() 1137 commit = p; in parsefloat() [all …]
|
H A D | vfwscanf.c | 858 wchar_t *commit, *p; in parsefloat() local 882 commit = buf - 1; in parsefloat() 899 commit = p; in parsefloat() 920 commit = p; /* inf or infinity */ in parsefloat() 933 commit = p; in parsefloat() 941 commit = p; in parsefloat() 969 commit = p; in parsefloat() 979 commit = p; in parsefloat() 992 commit = p; in parsefloat() 1006 while (commit < --p) in parsefloat() [all …]
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | transaction.cpp | 86 commit(void) in commit() function 129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction 131 _pimpl->commit(); in commit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 123 Error commit() override { return Error::success(); } in commit() function 191 Error commit() override { return Error::success(); } 213 Error commit() override { 214 if (FileBuffer->commit()) in commit() function 253 Error commit() override { return Impl.commit(); } in writeBytes() 192 Error commit() override { return Error::success(); } commit() function 256 Error commit() override { return Impl.commit(); } commit() function
|
/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. 208 first line in the commit message. 216 An example commit message for new changes is provided below. 232 the commit message should meet the following guidelines: [all …]
|
/freebsd/.github/PULL_REQUEST_TEMPLATE/ |
H A D | pull_request_template.md | 1 Please include this information, either here or in your commit messages for the 8 Approved by: <If you needed approval for this commit.> 10 Fixes: <Short hash and title line of commit fixed by this change>
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 55 Error commit() override { return BBS.commit(); } in getLength() 123 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in operator BinaryStreamRef() 60 Error commit() override { return BBS.commit(); } commit() function in __anon8e400b6a0111::MutableArrayRefImpl 128 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } commit() function in WritableBinaryStreamRef
|