]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-relink.perl
rebase: give a better error message for bogus branch
[thirdparty/git.git] / git-relink.perl
index c2a0ef8d5a2794a45908cbcfff1b419ebfc17f8e..e136732cea80c1594ac02c93cf246e8c77ff89b8 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # Scan two git object-trees, and hardlink any common objects between them.
 
-use 5.006;
+use 5.008;
 use strict;
 use warnings;
 use Getopt::Long;