diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-16 16:00:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-16 16:00:41 -0400 |
commit | 67f06bd61bcdb45248bc74ceb48af87b62c6c431 (patch) | |
tree | e769401fa6cc9d61d204ad3c43fdabd2f1fbee77 /doc/git-annex-smudge.mdwn | |
parent | 1d710fb8112f3c99ea8ec7324d21584024b67b36 (diff) |
fix docs
"git -a annex.largefiles=* add" cannot be used.. git does not pass the
config along to the smudge filter, sadly.
Diffstat (limited to 'doc/git-annex-smudge.mdwn')
-rw-r--r-- | doc/git-annex-smudge.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/git-annex-smudge.mdwn b/doc/git-annex-smudge.mdwn index c8e545367..7439c8784 100644 --- a/doc/git-annex-smudge.mdwn +++ b/doc/git-annex-smudge.mdwn @@ -14,11 +14,7 @@ of being symlinks. When adding a file with `git add`, the annex.largefiles config is consulted to decide if a given file should be added to git as-is, -or if its content are large enough to need to use git-annex. To force a -file that would normally be added to the annex to be added to git as-is, -this can be temporarily overridden. For example: - - git -c annex.largefiles='exclude=*' add myfile +or if its content are large enough to need to use git-annex. The git configuration to use this command as a filter driver is as follows. This is normally set up for you by git-annex init, so you should |