summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>2020-11-25 13:00:12 +0100
committerOswald Buddenhagen <oswald.buddenhagen@gmx.de>2021-01-06 15:31:16 +0000
commitaf6d5225bcaea934ae15642b9fa45aecfcaf0d31 (patch)
tree8addec0dd3866ce13ef55330f7658d79644a2009 /git-hooks
parentee34618d9f94e0cb6f678140e6cd2916308531b5 (diff)
downloadqtrepotools-af6d5225bcaea934ae15642b9fa45aecfcaf0d31.tar.gz
add 5.15 to LTS branches
qttranslations sticks to forward-merging rather than cherry-picking, so this still makes sense. Change-Id: I7544df15403a559ebb694e3d08e40aebfd5c2849 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/sanitize-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/sanitize-commit b/git-hooks/sanitize-commit
index ede0f3a..1e96e06 100755
--- a/git-hooks/sanitize-commit
+++ b/git-hooks/sanitize-commit
@@ -295,7 +295,7 @@ sub check_apple_terminology()
# The hard-coded fallbacks could be avoided by init-repository setting things up.
my $with_pickbot = parse_bool($config{'with-pickbot'} // "false");
-my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12");
+my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15");
my %allHeads = ();
my %nonDevHeads = ();