All of lore.kernel.org
 help / color / mirror / Atom feed
* [maintainer-tools PATCH] dim: add kernel version tag to cc: stable and fixes
@ 2016-08-26 13:12 Jani Nikula
  0 siblings, 0 replies; only message in thread
From: Jani Nikula @ 2016-08-26 13:12 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

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

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-26 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-26 13:12 [maintainer-tools PATCH] dim: add kernel version tag to cc: stable and fixes Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.