Home
last modified time | relevance | path

Searched refs:headline (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/devtools/
H A Dgit-log-fixes.sh16 It looks for the word "fix" in the headline or a tag "Fixes" or "Reverts".
108 while read id headline ; do
113 echo "$headline" | grep -q fix || continue
123 printf '%s %7s %s %s %s (%s)\n' $version $id $stable $fixes "$headline" "$origver"
H A Dcheck-git-log.sh76 headline=$(git log --format='%s' -1 $commit)
83 echo "$headline" | grep -v '^drivers:'
85 echo "$headline" | grep -v "^drivers/$drvgrp"
87 echo "$headline" | grep -v "^$drv"