We might want to hold of on pushing this one until it's clearer that drm group maintainership takes off.
Cc: Dave Airlie <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> --- dim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dim b/dim index 1d78ca275c5d..cf7ad2dae35f 100755 --- a/dim +++ b/dim @@ -1863,10 +1863,13 @@ function dim_list_upstreams cd $DIM_PREFIX/$DIM_REPO dim_drm_upstream_remote=$(repo_to_remote drm-upstream) + dim_drm_remote=$(repo_to_remote drm) echo origin/master echo $dim_drm_upstream_remote/drm-next echo $dim_drm_upstream_remote/drm-fixes + echo $dim_drm_remote/drm-next + echo $dim_drm_remote/drm-fixes } # Note: used by bash completion -- 2.17.0 _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
