fix syntax of largefiles example
authorJoey Hess <joeyh@joeyh.name>
Fri, 20 Dec 2019 17:06:53 +0000 (13:06 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 20 Dec 2019 17:06:53 +0000 (13:06 -0400)
has always been wrong syntax!

doc/git-annex-config.mdwn
doc/git-annex.mdwn

index f2bb34a3d27ea26025d80b86a1a8f8c36dc3348f..0e4a3c8c19acf92b2c822149b470f7863e081908 100644 (file)
@@ -31,7 +31,7 @@ These settings can be overridden on a per-repository basis using
 
    Used to configure which files are large enough to be added to the annex.
    It is an expression that matches the large files, eg
-   "*.mp3 or largerthan(500kb)"
+   "include=*.mp3 or largerthan(500kb)"
 
    This sets a default, which can be overridden by annex.largefiles
    attributes in `.gitattributes` files, or by `git config`.
index 4032f5ff460f900f41d0e2a435237dcc5da22b76..f3e4f6efb9827b4c048cd559d081a5dc8e7619c6 100644 (file)
@@ -891,7 +891,7 @@ Like other git commands, git-annex is configured via `.git/config`.
 
   Used to configure which files are large enough to be added to the annex.
   It is an expression that matches the large files, eg
-  "*.mp3 or largerthan(500kb)"
+  "include=*.mp3 or largerthan(500kb)"
 
   Overrides any annex.largefiles attributes in `.gitattributes` files.