chiark / gitweb /
allow -b to be used with collapse too
[topgit.git] / tg-export.sh
index 8e98f4695c825752428fdf2bd2b947488c6c99c4..ae32bf48f6cde617cc31d919395cf598b68102f6 100644 (file)
@@ -30,10 +30,6 @@ while [ -n "$1" ]; do
 done
 
 
-
-[ -z "$branches" -o "$driver" = "quilt" ] ||
-       die "-b works only with the quilt driver"
-
 if [ -z "$branches" ]; then
        # this check is only needed when no branches have been passed
        name="$(git symbolic-ref HEAD | sed 's#^refs/heads/##')"