Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dim b/dim
index 301f7c8b0f8e..2a2cd9e27e0c 100755
--- a/dim
+++ b/dim
@@ -1238,9 +1238,9 @@ function dim_fixes
        local tag=$(git tag --contains $1 | grep ^v | sort -V | head -n 1)
        if [[ -n "$tag" ]]; then
                if echo "$tag" | grep -e "-rc" &> /dev/null ; then
-                       echo Cc: [email protected]
+                       echo "Cc: [email protected] # 
${tag}+"
                else
-                       echo Cc: [email protected]
+                       echo "Cc: [email protected] # ${tag}+"
                fi
        else
                git fetch $DIM_DRM_INTEL_REMOTE
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to