/freebsd/tools/tools/git/ |
H A D | git-arc.1 | 61 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 D | git-arc.sh | 67 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 D | HOWTO | 9 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 D | mfc-candidates.lua | 33 print("Obtaining MFC-from commits using command:") 54 print("Obtaining MFC-to commits using command:")
|
/freebsd/contrib/kyua/ |
H A D | CONTRIBUTING.md | 51 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 D | git-filter-branch | 8 # 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 D | merge-new-release.sh | 35 # Commits from v2.6.12-rc2..v2.6.13-rc3 lacked the date. So use the commit's
|
/freebsd/ |
H A D | CONTRIBUTING.md | 41 * 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-revs | 9 # This file is sorted in git log order (newest commits first).
|
/freebsd/.github/workflows/ |
H A D | style.yml | 23 echo "DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV 35 sha=$(git rev-parse HEAD~${{ github.event.pull_request.commits }})
|
H A D | checklist.yml | 33 const commits = await github.paginate(github.rest.pulls.listCommits, { 52 for (const commit of commits) {
|
/freebsd/sys/contrib/zstd/ |
H A D | TESTING.md | 9 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 D | check-format-commit.sh | 45 # 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 D | transaction.cpp | 81 /// Commits the transaction. 125 /// Commits the transaction.
|
/freebsd/contrib/libdivsufsort/ |
H A D | CHANGELOG.md | 3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/ |
H A D | other.json | 99 … 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 D | sifive-blocks-ip-versioning.txt | 25 upstream sifive-blocks commits. It is expected that most drivers will
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/ |
H A D | 0001-timespec.diff | 3 following commits:
|
/freebsd/contrib/expat/ |
H A D | Changes | 253 #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 D | README.contributors | 33 4. Commits:
|
/freebsd/contrib/openbsm/ |
H A D | FREEBSD-upgrade | 53 are necessary, and the commits to various parts of the system must be
|
/freebsd/contrib/bc/ |
H A D | MEMORY_BUGS.md | 4 of `bc`, `dc`, or `bcl`. (Non-released commits with memory bugs do not count.)
|
/freebsd/tools/tools/commitsdb/ |
H A D | query_commit_db | 61 # Show the commits that match, and their patches if required.
|
/freebsd/contrib/ntp/scripts/build/ |
H A D | genAuthors.in | 28 # to get the list of users who have made commits.
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.1 | 66 flag is added, commits per second, commit latency, read latency, and write
|