4
edits
Changes
bugfix: forget to count between 2.6.39 -- 2.3
# New 3.x kernel branch
# Transition: patches from 2.6.39 to 3.0
d2=$(get_tag_date v3.0)
count=$(count_patches v2.6.39 v3.0)
echo $d2 v3.0 " " $count
# What is the latest kernel patch number (i.e. x in 3.x)
latest=$(git tag | grep -v -- -rc | tail -n1 | sed -e 's/^.*\.\(.*\)$/\1/')