From 0651e4f5e0e71b57d6564f2f2887ab98f13f1995 Mon Sep 17 00:00:00 2001 From: Mike Burns and Eric Collins Date: Fri, 27 Nov 2015 13:07:17 +0100 Subject: Fix relative exclude globs Pass the dotfiles subdir along with the file to `is_excluded` so that we can match against it. Preserve single-file compatibility by looping twice. --- man/lsrc.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/lsrc.1 b/man/lsrc.1 index 9febe6b..7270d1d 100644 --- a/man/lsrc.1 +++ b/man/lsrc.1 @@ -1,4 +1,4 @@ -.Dd February 7, 2014 +.Dd December 23, 2016 .Dt LSRC 1 .Os .Sh NAME @@ -196,5 +196,4 @@ pattern is unpredictable, so use .Fl v when dealing with patterns. Specifically, globs may expand at any time and remain expanded for the duration of the run, which means they -cannot be applied more than once. In addition, globs involving -relative directory names do not work. +cannot be applied more than once. -- cgit v1.2.3