aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-04 14:30:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-04 14:30:18 +1200
commit9cf5c233df559e89fb907209e5ddcc93f1e0ccf9 (patch)
treeed97a30580aec1d2530f5c76ecbf94c92095471e
parentAdd some questions and answers (diff)
downloadcheckem-9cf5c233df559e89fb907209e5ddcc93f1e0ccf9.tar.gz
checkem-9cf5c233df559e89fb907209e5ddcc93f1e0ccf9.zip
Correction to a question
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 0105747..b5fe176 100644
--- a/README.markdown
+++ b/README.markdown
@@ -30,10 +30,10 @@ the same size but have different devices and/or inode numbers (i.e. they're not
hard links). Hashing is an expensive last resort, and in many situations this
won't end up running a single hash comparison.
-### I keep getting `.git` metadata files listed in excludes.
+### I keep getting `.git` metadata files listed as duplicates.
-Filter them out by paragraph block. If you have a POSIX-fearing `awk`, you
-could do something like this:
+They're accurate, but you probably don't care. Filter them out by paragraph
+block. If you have a POSIX-fearing `awk`, you could do something like this:
$ checkem /dir | awk 'BEGIN{RS="";ORS="\n\n"} !/\/.git/'