aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-add.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-08 16:14:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-08 16:14:23 -0400
commit723246afab6fb3a9f2b4a0847111c2ed3f586fd2 (patch)
treec4e2c8b48a66add512b3b71954c5dc16fcc0bfa5 /doc/git-annex-add.mdwn
parentd8394ede7b16d9aafcc19885f31d7935250a9bb6 (diff)
add: If annex.largefiles is set and does not match a file that's being added, the file will be checked into git rather than being added to the annex. Previously, git annex add skipped over such files; this new behavior is more useful in direct mode.
Diffstat (limited to 'doc/git-annex-add.mdwn')
-rw-r--r--doc/git-annex-add.mdwn4
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`