diff mbox

[2/2] dim: Docs for Ville's tools

Message ID 20170320075448.27191-2-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter March 20, 2017, 7:54 a.m. UTC
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 dim.rst | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
diff mbox

Patch

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