diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-15 09:00:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-15 09:00:44 -0400 |
commit | ca389d22a1ce90081566616adf4efac889cc1930 (patch) | |
tree | 11ee7cfc77eb02571bd0f99d2e8cfbf869d159d1 /scripts/git | |
parent | b30ac328c5a07aaa4a806af3314b48d10082448a (diff) | |
download | tor-ca389d22a1ce90081566616adf4efac889cc1930.tar.gz tor-ca389d22a1ce90081566616adf4efac889cc1930.zip |
Remove 0.4.2 from list of branches in git script: it has reached EOL.
Diffstat (limited to 'scripts/git')
-rwxr-xr-x | scripts/git/git-list-tor-branches.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh index b0c30d2e8b..5a527ffc05 100755 --- a/scripts/git/git-list-tor-branches.sh +++ b/scripts/git/git-list-tor-branches.sh @@ -139,9 +139,6 @@ finish() { branch maint-0.3.5 branch release-0.3.5 -branch maint-0.4.2 -branch release-0.4.2 - branch maint-0.4.3 branch release-0.4.3 |