From: Ian Jackson Date: Mon, 22 Jul 2019 00:59:16 +0000 (+0100) Subject: git-debpush: use -m rather than -F- < Acked-by: Sean Whitton --- diff --git a/git-debpush b/git-debpush index 5b99e72a..744212af 100755 --- a/git-debpush +++ b/git-debpush @@ -393,12 +393,13 @@ if [ "$format" = "3.0 (quilt)" ]; then fi fi -git tag "${git_tag_opts[@]}" -s -F- "$debian_tag" "$branch" <