Skip to content
Snippets Groups Projects
Javier Martinez Canillas's avatar
Javier Martinez Canillas authored
The dim tool supports a cherry-pick that is a glorified version of the git
command but adds additional metadata and checks if there are any follow-up
commits referencing the one being cherry-picked.

Let's document in the getting started page that the dim command should be
used instead of just git cherry-pick. That way people will be aware of it.

This is useful to avoid cherry-picking commits but miss existing fixes for
them, which would introduce unnecessary regressions in the target branch.

Signed-off-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Acked-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
1383a48c
History

DRM Maintainer Tools

This project covers the tools and documentation for maintaining, committing, and contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel repositories. The intended audience is primarily the maintainers and committers of said repositories, but the workflow documentation may be useful for anyone interested in the kernel graphics subsystem development.

Please see the DRM Maintainer Tools Documentation for more information, and contributing and contact on how to collaborate on the documentation and tools.