mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Revert "scripts: Remove typo in git-list-tor-branches.sh"
This reverts commit a63b414822
.
The "typo" wasn't actually a typo. The "r" in the suffixes for the
release branches is meant to make them distinct from the maint
branches.
Now, _right now_, nothing uses release branch suffixes, but it's
important to keep them distinct if we decide to use them in the
future.
This commit is contained in:
parent
1da0b05a5c
commit
8096f3b254
@ -81,7 +81,7 @@ branch() {
|
||||
location="\$GIT_PATH/\$TOR_WKT_NAME/$brname"
|
||||
is_maint="yes"
|
||||
elif [[ "$brname" =~ ^release- ]]; then
|
||||
suffix="_${brname_nodots#release-}"
|
||||
suffix="_r${brname_nodots#release-}"
|
||||
location="\$GIT_PATH/\$TOR_WKT_NAME/$brname"
|
||||
|
||||
if [[ "$skip_release_branches" = "yes" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user