[Intel-gfx] [PATCH 1/2] dim: Run gitk before tagging
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Mar 21 09:08:47 UTC 2017
Makes it easier to not fumble this and write the changelog for the
wrong thing ...
v2: use @{upstream}
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
dim | 1 +
1 file changed, 1 insertion(+)
diff --git a/dim b/dim
index cd2fa76b1979..6a5987ac5c53 100755
--- a/dim
+++ b/dim
@@ -1412,6 +1412,7 @@ function dim_pull_request
repo="drm-intel"
else
tag=$branch-$today
+ gitk "$branch@{upstream}" ^$upstream &
$DRY git tag -f -a $tag "$branch@{upstream}"
$DRY git push -f $remote $tag
prep_pull_mail $tag
--
2.11.0
More information about the Intel-gfx
mailing list