fix a typo
authorJoey Hess <joeyh@joeyh.name>
Mon, 18 Dec 2023 17:40:23 +0000 (13:40 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 18 Dec 2023 17:40:23 +0000 (13:40 -0400)
doc/git-annex-matching-options.mdwn
doc/git-annex-matching-options/comment_2_78a5e7090e5ac3e6710813bac600fde0._comment [new file with mode: 0644]

index 93eb7bf6c7871d9eb6faf5d87da214465e9bdfca..6a0d8a0119212a263a8437a69739130c2bc097ca 100644 (file)
@@ -50,7 +50,7 @@ in either of two repositories.
 * `--includesamecontent=glob`
 
   Skips files when there is no other file with the same content
-  whose name matches the glob. (Same as `--not --includesamecontent`)
+  whose name matches the glob. (Same as `--not --excludesamecontent`)
 
   For example, if you have inbox and outbox directories, and want to find
   anything in the inbox that has the same content as something in the outbox:
diff --git a/doc/git-annex-matching-options/comment_2_78a5e7090e5ac3e6710813bac600fde0._comment b/doc/git-annex-matching-options/comment_2_78a5e7090e5ac3e6710813bac600fde0._comment
new file mode 100644 (file)
index 0000000..2156da9
--- /dev/null
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""Re: --includesamecontent same as  --not --includesamecontent?"""
+ date="2023-12-18T17:40:04Z"
+ content="""
+Fixed that, thanks.
+"""]]