commit 811853c67719bf2e8817d2e4256f715016a03345 Author: Nick Mathewson nickm@torproject.org Date: Wed Jun 3 14:54:21 2020 -0400
Remove 0.4.1 from list of tor branches used by git scripts. --- 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 d6b30f064..b50365590 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.1 -branch release-0.4.1 - branch maint-0.4.2 branch release-0.4.2
tor-commits@lists.torproject.org