| /freebsd/tools/tools/git/ |
| H A D | git-arc.1 | 61 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 D | git-arc.sh | 345 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 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/.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 | 34 const commits = await github.paginate(github.rest.pulls.listCommits, { 91 for (const commit of commits) {
|
| /freebsd/ |
| H A D | CONTRIBUTING.md | 75 * 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-revs | 9 # This file is sorted in git log order (newest commits first).
|
| /freebsd/contrib/kyua/utils/sqlite/ |
| H A D | transaction.cpp | 81 /// Commits the transaction. 125 /// Commits the transaction.
|
| /freebsd/crypto/openssl/ |
| H A D | CONTRIBUTING.md | 34 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 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/arm-optimized-routines/ |
| H A D | README.contributors | 33 4. Commits:
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | update_authors.pl | 32 # 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 D | README.md | 30 OpenZFS-specific integration or local adjustments go into follow-up 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/usr.bin/nfsstat/ |
| H A D | nfsstat.1 | 66 flag is added, commits per second, commit latency, read latency, and write
|
| /freebsd/contrib/ntp/scripts/build/ |
| H A D | genAuthors.in | 28 # to get the list of users who have made commits.
|