Home
last modified time | relevance | path

Searched full:commits (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/tools/tools/git/
H A Dgit-arc.161 Phabricator reviews based on git commits.
67 assumes a one-to-one relationship between git commits and
77 Create new Differential Revisions from the specified commits.
81 Before processing commit(s) display list of commits to be processed
91 This is useful when adding more commits on top of an already existing
95 Print the associated Differential Revisions for the specified commits.
100 Prepare a series of commits to be pushed to the upstream
103 The commits are cherry-picked to a branch (by default the
108 The commits need not have associated Differential
112 specified commits.
[all …]
H A Dgit-arc.sh67 Create or manage FreeBSD Phabricator reviews based on git commits. There
68 is a one-to one relationship between git commits and Differential revisions,
75 create -- Create new Differential revisions from the specified commits.
77 commits.
80 stage -- Prepare a series of commits to be pushed to the upstream FreeBSD
81 repository. The commits are cherry-picked to a branch (main by
84 updates. The commits need not have associated Differential
87 specified commits. Currently only the diff is updated; the
114 updating reviews. The diffs for individual commits
128 Pairs of consecutive commits are linked into a patch stack. Note that the
[all …]
H A DHOWTO9 commits. The intended workflow is:
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
77 series of commits that are ready to be pushed to git.
114 script can be used to import your commits directly into git.
H A Dmfc-candidates.lua33 print("Obtaining MFC-from commits using command:")
54 print("Obtaining MFC-to commits using command:")
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md51 get notifications on new commits, Travis CI results, or changes to bugs.
60 to ensure the sequence of commits you want pulled is easy to follow and that
61 every commit does one (and only one) thing. In particular, commits of the
63 into the relevant commits so that the history is clean at pull time.
72 more than once for any given branch after you have "fixed-up" commits to
94 will be subject to review, not necessarily the individual commits. You can
132 any changes to the `NEWS` file in those commits. These "announcement" changes
/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch8 # a new branch. You can specify a number of filters to modify the commits,
46 # it will skip commits that leave the tree untouched, commit the other.
340 die "Could not get the commits"
341 commits=$(wc -l <../revs | tr -d " ")
343 test $commits -eq 0 && die_with_status 2 "Found nothing to rewrite"
345 # Rewrite the commits
355 remaining=$(( ($commits - $count) * $elapsed / $count ))
364 printf "\rRewrite $commit ($count/$commits)$progress "
488 # rewritten commits, because it was pruned by the revision walker.
530 warn "WARNING: You said to rewrite tagged commits, but not the corresponding tag."
H A Dmerge-new-release.sh35 # Commits from v2.6.12-rc2..v2.6.13-rc3 lacked the date. So use the commit's
/freebsd/
H A DCONTRIBUTING.md41 * All commits have, as the author, your name and valid email address as you would like to see them …
43 * Fixup commits should be squashed with the commit they are fixing. Each commit in your branch shou…
44 * Commits should include one or more `Signed-off-by:` lines with full name and email address certif…
45 * The commits follow FreeBSD's style guide. See [Style](#Style).
47 * The commits do not introduce trailing white space.
159 few people to commit to this file (especially merge commits) know. If it's been
H A D.git-blame-ignore-revs9 # This file is sorted in git log order (newest commits first).
/freebsd/.github/workflows/
H A Dstyle.yml23 echo "DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }})
H A Dchecklist.yml33 const commits = await github.paginate(github.rest.pulls.listCommits, {
52 for (const commit of commits) {
/freebsd/sys/contrib/zstd/
H A DTESTING.md9 Short tests run on CircleCI for new commits on every branch and pull request.
30 Long tests run on all commits to `release` branch,
/freebsd/crypto/openssl/util/
H A Dcheck-format-commit.sh45 # Get the list of ids of the commits we are checking,
63 # it takes that to mean all commits up to HEAD, plus any unstaged changes.
72 # including the line ranges that are changed by the commits
/freebsd/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp81 /// Commits the transaction.
125 /// Commits the transaction.
/freebsd/contrib/libdivsufsort/
H A DCHANGELOG.md3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dother.json99 … every cycle that no instruction was committed, but counts at the time when commits MOVPRFX only.",
102 …s every cycle that no instruction was committed, but counts at the time when commits MOVPRFX only."
/freebsd/sys/contrib/device-tree/Bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt25 upstream sifive-blocks commits. It is expected that most drivers will
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff3 following commits:
/freebsd/contrib/expat/
H A DChanges253 #709 CI: Pin all GitHub Actions to specific commits for security
1130 quality of entropy used during runtime; commits
1178 longer tag names; commits
1182 #25 More integer overflow detection (function poolGrow); commits
1185 [MOX-002] Detect overflow from len=INT_MAX call to XML_Parse; commits
1194 https://github.com/libexpat/libexpat/pull/30/commits
1202 [MOX-006] * NULL checks; commits
1210 https://github.com/libexpat/libexpat/pull/39/commits
1223 found by Google's OSS-Fuzz; commits
/freebsd/contrib/arm-optimized-routines/
H A DREADME.contributors33 4. Commits:
/freebsd/contrib/openbsm/
H A DFREEBSD-upgrade53 are necessary, and the commits to various parts of the system must be
/freebsd/contrib/bc/
H A DMEMORY_BUGS.md4 of `bc`, `dc`, or `bcl`. (Non-released commits with memory bugs do not count.)
/freebsd/tools/tools/commitsdb/
H A Dquery_commit_db61 # Show the commits that match, and their patches if required.
/freebsd/contrib/ntp/scripts/build/
H A DgenAuthors.in28 # to get the list of users who have made commits.
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.166 flag is added, commits per second, commit latency, read latency, and write

12345