[Intel-gfx] [PATCH 2/2] dim: Docs for Ville's tools
Daniel Vetter
daniel.vetter at ffwll.ch
Mon Mar 20 07:54:48 UTC 2017
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
dim.rst | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dim.rst b/dim.rst
index a778701c7335..1bec3838bace 100644
--- a/dim.rst
+++ b/dim.rst
@@ -182,6 +182,22 @@ apply-queued|aq [*git am arguments*]
Applies a patch to -fixes, -next-fixes or -next-queued respectively, complains
if it's not the right branch. Additional arguments are passed to git am.
+extract-tags *branch* [*git-rangeish*]
+--------------------------------------
+
+extract-queued [*git-rangeish*]
+-------------------------------
+
+extract-fixes [*git-rangeish*]
+------------------------------
+
+extract-next-fixes [*git-rangeish*]
+-----------------------------------
+
+This extracts various tags (eg. Reviwed-by:) from emails and applies them to the
+top commit on the given branch. You can give the comamnd a rangeish to add the
+tags from the same email to multiple already applied patches.
+
magic-patch|mp [-a]
-------------------
Apply a patch using patch and then wiggle in any conflicts. When passing the
@@ -189,6 +205,20 @@ option -a automatically changes the working directory into the git repository
used by the last previous branch-specific command. This is useful with the
per-branch workdir model.
+add-link *branch*
+-----------------
+
+add-link-queued
+---------------
+
+add-link-fixes
+--------------
+
+add-link-next-fixes
+-------------------
+
+This command adds the Link: tag (for patches that failed to apply directly).
+
magic-rebase-resolve|mrr
------------------------
Tries to resolve a rebase conflict by first resetting the tree
--
2.11.0
More information about the Intel-gfx
mailing list