diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-21 18:36:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-21 18:36:36 -0400 |
commit | 067aaa4b4ef6a56e67caad1933812083ac09ce16 (patch) | |
tree | 9b517cd10ed0adb93fb82503aeb54dfaeb92b53a /doc | |
parent | 0ef52d94f06a0f21e4b597fe17e5e25e8f40b479 (diff) |
note case insensative matching
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 97f2b2918..f3bbe0502 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1136,7 +1136,8 @@ file contents are present at either of two repositories. * `--metadata field=glob` Matches only files that have a metadata field attached with a value that - matches the glob. + matches the glob. The values of metadata fields are matched case + insensitively. * `--want-get` |