Home
last modified time | relevance | path

Searched refs:commits (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/devtools/
H A Dcheck-git-log.sh15 The git commits to be checked can be specified as a "git log" option,
16 by latest git commits limited with -n option, or commits in the git
50 commits=$(git log --format='%h' --reverse $range)
75 bad=$(for commit in $commits ; do
138 bad=$(for commit in $commits ; do
153 bad=$(for commit in $commits; do
163 bad=$(for commit in $commits; do
200 total=$(echo "$commits" | wc -l)
H A Dcheckpatches.sh47 latest git commits limited with -n option, or commits in the git range
320 commits=$(git rev-list --reverse $range)
322 commits=$(git rev-list --reverse --max-count=$number HEAD)
324 for commit in $commits ; do
/f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/
H A Dgenhtml.tcl4 set commits [exec git log unstable {--pretty="%H %at"}]
27 foreach c $commits {
44 set base_time [lindex [lindex $commits end] 1]
77 foreach c $commits {
/f-stack/freebsd/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,
H A DCONTRIBUTING.md54 * Make commits and push
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-clear-inode.m48 dnl # to various issues (described in the above commits) it has been
/f-stack/freebsd/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff3 following commits:
/f-stack/freebsd/contrib/device-tree/Bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt25 upstream sifive-blocks commits. It is expected that most drivers will
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md135 * When updating a pull request squash multiple commits by performing a
183 - "Staging branches" contain selected commits prior to being released.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES266 This is the list of commits:
666 build problems are now resolved. The list of the commits is below.
766 Finally, this is the list of commits. Enjoy Redis 5.0.1!
989 The list of commits in this release follows.
1160 changelog.tcl: get optional argument for number of commits.
1625 The following is the list of commits, so that you can read the details and
1626 check the credits of the commits.
1819 the biggest one, but laster you can find the full list of commits:
2878 The following is the list of commits composing the release, please check
3011 (in decreasing number of commits) by:
/f-stack/dpdk/doc/guides/contributing/
H A Dpatches.rst169 * Don't break compilation between commits with forward dependencies in a patchset.
373 # Generate a patch from the last 3 commits.
459 For both of the above scripts, the -n option is used to specify a number of commits from HEAD,