v2: With this real minimal version provided by Jani.

Credits-to: Jani Nikula <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index c3a048db8956..82d9c6f4d1ea 100755
--- a/dim
+++ b/dim
@@ -1384,7 +1384,7 @@ function cherry_pick_branch
        intel_remote=$(repo_to_remote drm-intel)
 
        # Look for commits in dinq tagged as fixes.
-       for commit in $(git_list_fixes 
$intel_remote/$branch..$intel_remote/drm-intel-next-queued -- 
drivers/gpu/drm/i915); do
+       for commit in $(git_list_fixes 
$intel_remote/$branch..$intel_remote/drm-intel-next-queued 
$intel_remote/$branch..$intel_remote/drm-intel-gt-next -- 
drivers/gpu/drm/i915); do
                echo -n "Considering $(dim_cite $commit)... "
 
                # Look at history for already cherry-picked fixes.
-- 
2.26.2

_______________________________________________
dim-tools mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dim-tools

Reply via email to