diff mbox

dim: use annotated tags everywhere

Message ID 20170206162704.30385-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Feb. 6, 2017, 4:27 p.m. UTC
Kinda no reason only to use them for drm-intel-next ...

Acked-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 dim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/dim b/dim
index 20eac8c58c58..457bf93d8a11 100755
--- a/dim
+++ b/dim
@@ -1232,9 +1232,9 @@  function dim_pull_request
 		repo="drm-intel"
 	else
 		tag=$branch-$today
-		$DRY git tag -f $tag $branch@{upstream}
+		$DRY git tag -f -a $tag $branch@{upstream}
 		$DRY git push -f $remote $tag
-		prep_pull_mail
+		prep_pull_mail $tag
 
 		repo=`branch_to_repo $branch`
 	fi