From ebc89b3550419d4965978314c056942b41f52126 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Jan 2021 13:39:48 -0400 Subject: [PATCH] add pointer to annex.largefiles config docs --- doc/git-annex-add.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn index efcf9e5675..7d87a42361 100644 --- a/doc/git-annex-add.mdwn +++ b/doc/git-annex-add.mdwn @@ -20,6 +20,8 @@ If annex.largefiles is configured, and does not match a file, non-large file directly to the git repository, instead of to the annex. (By default dotfiles are assumed to not be large, and are added directly to git, but annex.dotfiles can be configured to annex those too.) +See the git-annex manpage for documentation of these and other +configuration settings. Large files are added to the annex in locked form, which prevents further modification of their content unless unlocked by [[git-annex-unlock]](1).