diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-03 14:54:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-03 14:54:21 -0400 |
commit | 811853c67719bf2e8817d2e4256f715016a03345 (patch) | |
tree | 3f61670b14308e9bafff7bfaecd25f996752f0df /scripts/git | |
parent | b4ccafd175465e811d2a70627465644760cc3fa4 (diff) | |
download | tor-811853c67719bf2e8817d2e4256f715016a03345.tar.gz tor-811853c67719bf2e8817d2e4256f715016a03345.zip |
Remove 0.4.1 from list of tor branches used by git scripts.
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 d6b30f064f..b503655908 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 |