summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGravatar Mike Burns and Eric Collins <mburns@thoughtbot.com>2015-11-27 13:07:17 +0100
committerGravatar Mike Burns and Eric Collins <mike@mike-burns.com>2016-12-26 16:24:19 -0500
commit0651e4f5e0e71b57d6564f2f2887ab98f13f1995 (patch)
treea2972cd67447f615fa6c83f9bdf6ff1e26b1f3ca /man
parentbc0d5b63f6c4762b7d39fb32b525f977015ff4b3 (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/lsrc.15
1 files changed, 2 insertions, 3 deletions
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.