]> arthur.barton.de Git - bup.git/blobdiff - format-subst.pl
fuse-cmd.py: given --meta, report original metadata
[bup.git] / format-subst.pl
index 8b834c42ea6127432caf9374a42affdba440612f..e91c3b8ad7f8cf23c5ca660ba1ca13db2e3ce3b2 100755 (executable)
@@ -12,8 +12,8 @@ while (<>) {
     s{
        \$Format:\%d\$
     }{
-       my $tag = fix(`git describe --match="bup-*"`);
-       "(tag: $tag)"
+       my $tag = fix(`git describe --match="[0-9]*"`);
+       "(tag: bup-$tag)"
     }ex;
     
     s{