Home
last modified time | relevance | path

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

12345

/freebsd/tools/tools/git/
H A Dgit-arc.161 Phabricator reviews based on git commits.
77 assumes a one-to-one relationship between git commits and
88 operate on multiple commits.
95 Create new Differential Revisions from the specified commits.
105 Before processing commit(s) display list of commits to be processed
117 This is useful when adding more commits on top of an already existing
121 Print the associated Differential Revisions for the specified commits.
147 Prepare a series of commits to be pushed to the upstream
155 Then, the specified commits are cherry-picked with review tags added to the
158 The commits need not have associated Differential Revisions.
[all …]
H A Dgit-arc.sh345 local chash _commits commits
354 commits="$commits $_commits"
356 echo "$commits"
361 local commit commits doprompt draft list o prev reviewers subscribers
394 commits=$(build_commit_list "$@")
397 for commit in ${commits}; do
406 for commit in ${commits}; do
418 local chash commit commits diff openrevs title
420 commits=$(build_commit_list "$@")
423 for commit in $commits; do
[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/.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.yml34 const commits = await github.paginate(github.rest.pulls.listCommits, {
91 for (const commit of commits) {
/freebsd/
H A DCONTRIBUTING.md75 * Fixup commits are squashed into the commit they correct.
95 * Commits use your name and valid email address.
127 author of the git commits, since we cannot accept anonymous contributions. It is
211 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/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp81 /// Commits the transaction.
125 /// Commits the transaction.
/freebsd/crypto/openssl/
H A DCONTRIBUTING.md34 Pull requests and commits should be self-contained, enabling readers to
87 often. We do not accept merge commits, you will have to remove them
/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/arm-optimized-routines/
H A DREADME.contributors33 4. Commits:
/freebsd/sys/contrib/openzfs/scripts/
H A Dupdate_authors.pl32 # that names and emails on commits from the same individual can be different,
38 # on personal projects in the evening, so commits legitimately come from
139 # The true email address from commits, by slug. We do this so we can generate
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md30 OpenZFS-specific integration or local adjustments go into follow-up 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/usr.bin/nfsstat/
H A Dnfsstat.166 flag is added, commits per second, commit latency, read latency, and write
/freebsd/contrib/ntp/scripts/build/
H A DgenAuthors.in28 # to get the list of users who have made commits.

12345