]> git.alsa-project.org Git - alsa.git/commitdiff
alsa-kernel/pre-receive: do not allow private branches
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2008 11:56:15 +0000 (13:56 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Jun 2008 11:56:15 +0000 (13:56 +0200)
hooks/alsa-kernel.git/pre-receive

index b389a6cffaec6006700d85eabbe8ac8ed6bed44d..ad2f5126190cb5925e8865aa845138e60b68bad6 100755 (executable)
@@ -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':