stable-insert
insert a commit into a tree.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
diff --git a/README b/README
index 85aa8a1..f0f14af 100644
--- a/README
+++ b/README
@@ -118,3 +118,9 @@
Once the dependency list is provided, it should be easy to decide whether the
commits should be pulled in as well, or whether the commit should be backported
by small changes to the commit itself (or both).
+
+
+9) stable insert <before sha1> <commit sha1>
+
+Inserts the commit before the "before" commit. Useful to insert in forgotted
+dependencies.