[PATCH] dim: use annotated tags everywhere
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Feb 6 16:27:04 UTC 2017
Kinda no reason only to use them for drm-intel-next ...
Acked-by: Jani Nikula <jani.nikula at linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
dim | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.11.0
More information about the dri-devel
mailing list