Searched refs:commits (Results 1 – 3 of 3) sorted by relevance
15 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 git50 commits=$(git log --format='%h' --reverse $range)75 bad=$(for commit in $commits ; do144 bad=$(for commit in $commits ; do159 bad=$(for commit in $commits; do169 bad=$(for commit in $commits; do206 total=$(echo "$commits" | wc -l)
47 latest git commits limited with -n option, or commits in the git range360 commits=$(git rev-list --reverse $range)362 commits=$(git rev-list --reverse --max-count=$number HEAD)364 for commit in $commits ; do
176 * 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,