]> git.droids-corp.org - dpdk.git/blobdiff - devtools/git-log-fixes.sh
doc: announce crypto vdev init removal
[dpdk.git] / devtools / git-log-fixes.sh
index 740494677f372b0c3cb2a41077780e1b9115f73a..5800687419c881eae36c119163f9847c662c6dba 100755 (executable)
@@ -66,7 +66,7 @@ range="$*"
 # get major release version of a commit
 commit_version () # <hash>
 {
-       tag=$(git tag -l --contains $1 | head -n1)
+       tag=$(git tag -l --contains $1 --merged | head -n1)
        if [ -z "$tag" ] ; then
                # before -rc1 tag of release in progress
                make showversion | cut -d'.' -f-2