Home
last modified time | relevance | path

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

/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
144 bad=$(for commit in $commits ; do
159 bad=$(for commit in $commits; do
169 bad=$(for commit in $commits; do
206 total=$(echo "$commits" | wc -l)
H A Dcheckpatches.sh47 latest git commits limited with -n option, or commits in the git range
360 commits=$(git rev-list --reverse $range)
362 commits=$(git rev-list --reverse --max-count=$number HEAD)
364 for commit in $commits ; do
/dpdk/doc/guides/contributing/
H A Dpatches.rst176 * Don't break compilation between commits with forward dependencies in a patchset.
377 # Generate a patch from the last 3 commits.
466 For both of the above scripts, the -n option is used to specify a number of commits from HEAD,