commit eaae5625cb1c5fdd26c766157742725aa4b7ad9e Author: Nick Mathewson nickm@torproject.org Date: Tue Jun 9 14:17:15 2020 -0400
Add 0.4.4 to list of tor branches used by git scripts. --- scripts/git/git-list-tor-branches.sh | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh index b50365590..b0c30d2e8 100755 --- a/scripts/git/git-list-tor-branches.sh +++ b/scripts/git/git-list-tor-branches.sh @@ -145,6 +145,9 @@ branch release-0.4.2 branch maint-0.4.3 branch release-0.4.3
+branch maint-0.4.4 +branch release-0.4.4 + branch master
finish
tor-commits@lists.torproject.org