aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-06-21 16:09:27 +0200
committerSverker Eriksson <[email protected]>2018-06-21 16:10:11 +0200
commit7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a (patch)
treec9b4d059daebf710a36684c5ac9dbd5c5fe0a70e
parentc976e4bcfe1568f8bf836cd14307bd6e32bee37c (diff)
downloadotp-7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a.tar.gz
otp-7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a.tar.bz2
otp-7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a.zip
Update pre-push hook after OTP-21 release
Copy to .git/hooks/pre-push to activate.
-rwxr-xr-xscripts/pre-push4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pre-push b/scripts/pre-push
index 0349378056..bc8c6955fd 100755
--- a/scripts/pre-push
+++ b/scripts/pre-push
@@ -22,10 +22,10 @@
# <local ref> <local sha1> <remote ref> <remote sha1>
#
-RELEASES="20 19 18 17 r16 r15 r14 r13"
+RELEASES="21 20 19 18 17 r16 r15 r14 r13"
# First commit on master, not allowed in other branches
-MASTER_ONLY=f52748254f17ba42e344798e8c787a1e3361fa33
+MASTER_ONLY=aea2a053e28a11497796879715be29ab0c3cd1a0
# Number of commits and files allowed in one push by this script
NCOMMITS_MAX=100