Skip to content

Commit 65735ce

Browse files
committed
; Fix last change
1 parent 3ce462c commit 65735ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/git-hooks/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $awk -v origin_name="$1" '
4949
# Check any lines with a valid local SHA and whose remote ref is
5050
# master or an emacs-NN release branch. (We want to avoid checking
5151
# feature or scratch branches here.)
52-
$2 ~ /^[a-z0-9]{40}$/ && $3 ~ /^refs/heads/(master|emacs-[0-9]+)$/ {
52+
$2 ~ /^[a-z0-9]{40}$/ && $3 ~ /^refs\/heads\/(master|emacs-[0-9]+)$/ {
5353
newref = $2
5454
# If the remote SHA is all zeroes, this is a new object to be
5555
# pushed (likely a branch)...

0 commit comments

Comments
 (0)