aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2015-11-06 16:15:43 -0500
committerSasha Levin <sasha.levin@oracle.com>2015-11-06 16:15:43 -0500
commit5c7cec064da481021bd8e5b4a14b067d00083bd9 (patch)
tree1788c6eea76a8160949d6005f07ceeb5c1236d68
parent5cdcaa7eaec6e007ba07f2320e044e7700c47c41 (diff)
downloadstable-tools-5c7cec064da481021bd8e5b4a14b067d00083bd9.tar.gz
Add STABLE_BASE param
This speeds up lookups of commits in branch, since we can look up by commit hash for all commits until STABLE_BASE and by subject line for STABLE_BASE..HEAD. Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 58b4ef6..fc5f560 100644
--- a/README
+++ b/README
@@ -13,6 +13,8 @@ in my case they are:
export STABLE_MAJ_VER="3" # The major version of the tree I'm maintaining
export STABLE_MIN_VER="18" # The minor version of the tree I'm maintaining
export OTHER_STABLE_TREES="stable/linux-3.10.y stable/linux-3.14.y stable/linux-4.1.y stable/linux-4.2.y" # Other -stable trees that live within the same repository.
+export STABLE_BASE="v3.18" # The point where mainline ends and -stable starts
+for the current branch. Useful to speed up lookups.
Commands: