Skip to content

Commit 8f04f0a

Browse files
authored
docs: remove the negative refspec for version-3-4 (#8717)
1 parent 614638a commit 8f04f0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/index-breaking-changes.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ fi
3434
# Pull *only* version-* branches into refs/remotes/origin/, shallow, skip tags,
3535
# and explicitly exclude version-3-4 with a negative refspec.
3636
git fetch --prune --no-tags --depth=1 origin \
37-
'+refs/heads/version-*:refs/remotes/origin/version-*' \
38-
'^refs/heads/version-3-4'
37+
'+refs/heads/version-*:refs/remotes/origin/version-*'
3938

4039
# Get remote version branches (no locals, no HEAD), exclude version-3-4
4140
branches="$(

0 commit comments

Comments
 (0)