Skip to content
Snippets Groups Projects
Commit 21020c83 authored by Simona Vetter's avatar Simona Vetter
Browse files

dim: Fix up pull request generation

If I only use the local branch and not the remote one
it might be severly out of date.
parent a52892af
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ case "$subcommand" in
echo Using $upstream as the upstream
# generate tag list
drm_intel_next_tags=`git log drm-intel-next ^$upstream --decorate | grep "(.*tag: drm-intel-next-" | sed -e "s/^.*(.*tag:.*\(drm-intel-next-[^ ,]*\).*)$/\1/"`
drm_intel_next_tags=`git log $DIM_DRM_INTEL_REMOTE/drm-intel-next ^$upstream --decorate | grep "(.*tag: drm-intel-next-" | sed -e "s/^.*(.*tag:.*\(drm-intel-next-[^ ,]*\).*)$/\1/"`
prep_pull_mail_tags $drm_intel_next_tags
git request-pull $upstream $drm_intel_git $DIM_DRM_INTEL_REMOTE/drm-intel-next >> ~/tmp/dim-pull-request
$DIM_MUA -s "[PULL] drm-intel-next" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment