aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2015-11-08 20:21:53 -0500
committerSasha Levin <sasha.levin@oracle.com>2015-11-08 20:21:53 -0500
commit2aa4fee9b953454f31ac7dea9dd9d5b937323660 (patch)
tree8adae22eabb56eab4b2df27096af3e34e5032922
parent61874041d900a3297e017687aded7ed94b0be8f2 (diff)
downloadstable-tools-2aa4fee9b953454f31ac7dea9dd9d5b937323660.tar.gz
stable-insert
insert a commit into a tree. Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 85aa8a1..f0f14af 100644
--- a/README
+++ b/README
@@ -118,3 +118,9 @@ current branch, and if so, which commits does it depend on.
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.