chiark / gitweb /
tag2upload: Actually recognise and honour --quilt in tag
[dgit.git] / infra / dgit-repos-server
index f75d7e527ea28dc14582fa0da1ad92a6cacadfdb..ba71700b98ed24cd001410904a7f5d0764744fbc 100755 (executable)
@@ -1214,7 +1214,7 @@ END
            $upstreamc = $1;
        } elsif (s/^upstream-tag=(\S+) //) {
            $upstreamt = $1;
-       } elsif (s/^quilt=([-+0-9a-z]+) //) {
+       } elsif (s/^--quilt=([-+0-9a-z]+) //) {
            $quilt = $1;
        } else {
            return 0;