diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-add.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn index 4ae0d1ce1..20033412b 100644 --- a/doc/git-annex-add.mdwn +++ b/doc/git-annex-add.mdwn @@ -14,6 +14,10 @@ files from the current directory and below. Normally, files that are already checked into git, or that git has been configured to ignore will be silently skipped. +If annex.largefiles is configured, and does not match a file that is being +added, `git annex add` will behave the same as `git add` and add the +non-large file directly to the git repository, instead of to the annex. + # OPTIONS * `--include-dotfiles` |