summaryrefslogtreecommitdiff
path: root/NEWS.md.in
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 /NEWS.md.in
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 'NEWS.md.in')
-rw-r--r--NEWS.md.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index d4b9996..8f6b8a1 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,5 +1,6 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
+ * BUGFIX: Relative exclude globs now work (Eric Collins, Mike Burns).
* BUGFIX: Use $LOGNAME instead of $USER for compatibility (Mike Burns).
* BUGFIX: rcdn(1) stops at DEST_DIR (Kyle Cook, Mike Burns).
* BUGFIX: Symlink existing files, even when identical (Graham Bennett).