From: Jaroslav Kysela Date: Thu, 19 Jun 2008 11:56:15 +0000 (+0200) Subject: alsa-kernel/pre-receive: do not allow private branches X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2d0d63cad6e9974d47b26a4f9c88d5546564f7d1;p=alsa.git alsa-kernel/pre-receive: do not allow private branches --- diff --git a/hooks/alsa-kernel.git/pre-receive b/hooks/alsa-kernel.git/pre-receive index b389a6c..ad2f512 100755 --- a/hooks/alsa-kernel.git/pre-receive +++ b/hooks/alsa-kernel.git/pre-receive @@ -413,7 +413,6 @@ for line in lines: 'refs/heads/linux-next']: continue elif refname.startswith('refs/tags/') or \ - refname.startswith('refs/heads/private-') or \ refname.startswith('refs/heads/stable-2.6.'): continue elif refname != 'refs/heads/master':