From 7314e9e424dd3b6be9e2deb7d656e698a1423972 Mon Sep 17 00:00:00 2001 From: Jani Nikula <jani.nikula@intel.com> Date: Fri, 6 Oct 2017 17:58:26 +0300 Subject: [PATCH] dim: update manpage to reflect the new list While at it, drop an old drm-intel reference. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Jani Nikula <jani.nikula@intel.com> --- dim.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dim.rst b/dim.rst index b9bdd74..d123135 100644 --- a/dim.rst +++ b/dim.rst @@ -23,7 +23,7 @@ SYNOPSIS DESCRIPTION =========== -drm-intel maintainer script. +drm maintainer script. Used to maintain drm-intel_ and drm-misc_ git repositories. @@ -54,7 +54,8 @@ your .dimrc to match your setup and then run:: This will also check out the latest maintainer-tools branches, so please replace the dim you just downloaded with a symlink after this step. And by the way, if -you have improvements for dim, please submit them to intel-gfx. +you have improvements for dim, see `CONTRIBUTING, BUG REPORTS AND DISCUSSION`_ +below. If you have a freedesktop.org account and plan to push things on one of the drm-xxx repos, you should use the ssh://git.freedesktop.org/git/drm-xxx urls @@ -93,6 +94,9 @@ rebasing) push out the new tree with:: This will also rebuild a new drm-tip integration tree. For historical reasons there's shortcut for the drm-intel specific branches for most of these commands. +Please subscribe to the https://lists.freedesktop.org/mailman/listinfo/dim-tools +mailing list if you use dim. + OPTIONS ======= @@ -416,7 +420,7 @@ list-aliases ------------ List all aliases for the subcommand names. Useful for autocompletion scripts. -See \$dim_alias_<alias> under ENVIRONMENT below on how to define aliases. +See \$dim_alias_<alias> under ENVIRONMENT_ below on how to define aliases. list-branches ------------- @@ -568,17 +572,13 @@ a place as any). $ dim remove-branch topic/*topic-branch* -CONTRIBUTING -============ - -Submit patches for any of the maintainer tools to the -intel-gfx@lists.freedesktop.org mailing list with [maintainer-tools PATCH] -prefix. Use:: +CONTRIBUTING, BUG REPORTS AND DISCUSSION +======================================== - $ git format-patch --subject-prefix="maintainer-tools PATCH" +Submit patches, bug reports, and questions for any of the maintainer tools and +documentation to the dim-tools@lists.freedesktop.org mailing list. -for that. Please make sure your patches pass the build and self tests by -running:: +Please make sure your patches pass the build and self tests by running:: $ make check -- GitLab