commit ca389d22a1ce90081566616adf4efac889cc1930 Author: Nick Mathewson nickm@torproject.org Date: Tue Sep 15 09:00:44 2020 -0400
Remove 0.4.2 from list of branches in git script: it has reached EOL. --- scripts/git/git-list-tor-branches.sh | 3 --- 1 file changed, 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
tor-commits@lists.torproject.org