[maintainer-tools PATCH] dim: add kernel version tag to cc: stable and fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx>
---
 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: drm-intel-fixes@xxxxxxxxxxxxxxxxxxxxx
+			echo "Cc: drm-intel-fixes@xxxxxxxxxxxxxxxxxxxxx # ${tag}+"
 		else
-			echo Cc: stable@xxxxxxxxxxxxxxx
+			echo "Cc: stable@xxxxxxxxxxxxxxx # ${tag}+"
 		fi
 	else
 		git fetch $DIM_DRM_INTEL_REMOTE
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux