From f79685f05e16d4c4114ba97f853968870919bdff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Dec 2023 13:40:23 -0400 Subject: [PATCH] fix a typo --- doc/git-annex-matching-options.mdwn | 2 +- .../comment_2_78a5e7090e5ac3e6710813bac600fde0._comment | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 doc/git-annex-matching-options/comment_2_78a5e7090e5ac3e6710813bac600fde0._comment diff --git a/doc/git-annex-matching-options.mdwn b/doc/git-annex-matching-options.mdwn index 93eb7bf6c7..6a0d8a0119 100644 --- a/doc/git-annex-matching-options.mdwn +++ b/doc/git-annex-matching-options.mdwn @@ -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 index 0000000000..2156da9311 --- /dev/null +++ b/doc/git-annex-matching-options/comment_2_78a5e7090e5ac3e6710813bac600fde0._comment @@ -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. +"""]] -- 2.30.2