diff options
-rwxr-xr-x | scripts/pre-push | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pre-push b/scripts/pre-push index 978f8cceef..5759406182 100755 --- a/scripts/pre-push +++ b/scripts/pre-push @@ -23,14 +23,14 @@ # # Bump this version to give users an update notification. -PRE_PUSH_SCRIPT_VERSION=2 +PRE_PUSH_SCRIPT_VERSION=3 -NEW_RELEASES="23 22 21 20 19 18 17" +NEW_RELEASES="24 23 22 21 20 19 18 17" OLD_RELEASES="r16 r15 r14 r13" RELEASES="$NEW_RELEASES $OLD_RELEASES" # First commit on master, not allowed in other branches -MASTER_ONLY=740b29ecc21c73a4bf4ebfc494490865d3c31978 +MASTER_ONLY=a20c39812082068a8b9e3b73276de41fbb0338af # Number of commits and files allowed in one push by this script NCOMMITS_MAX=100 |