X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=git-debrebase;h=421a1cb25f3406981e26f498b6bad8840498147d;hp=6655b2d200dde46f1c997866abe1713389daa51f;hb=32264794f3d4b03366998e469cdb42ddeb979a5a;hpb=ac7dbb8eca4e6996bb06f175a4df6e7c0c2a19f8 diff --git a/git-debrebase b/git-debrebase index 6655b2d2..421a1cb2 100755 --- a/git-debrebase +++ b/git-debrebase @@ -87,6 +87,7 @@ use POSIX; use Data::Dumper; use Getopt::Long qw(:config posix_default gnu_compat bundling); use Dpkg::Version; +use File::FnMatch qw(:fnmatch); our ($opt_force, $opt_noop_ok);