summaryrefslogtreecommitdiff
path: root/doc/git-annex-addurl.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-25 13:41:21 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-25 13:41:21 -0400
commit5460975e4080a85f022583afbf65e9940b1e4f09 (patch)
tree067b05086731b275d1bf287c4666f63440fd9c7d /doc/git-annex-addurl.mdwn
parent0fd6e77ec721a5132d3002951ce5d58c14cbfb3e (diff)
document annex.largefiles handling
Diffstat (limited to 'doc/git-annex-addurl.mdwn')
-rw-r--r--doc/git-annex-addurl.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn
index 991dc5f998..a088233123 100644
--- a/doc/git-annex-addurl.mdwn
+++ b/doc/git-annex-addurl.mdwn
@@ -88,6 +88,13 @@ be used to get better filenames.
Enable JSON output. This is intended to be parsed by programs that use
git-annex. Each line of output is a JSON object.
+# CAVEATS
+
+If annex.largefiles is configured, and does not match a file, `git annex
+addurl` will add the non-large file directly to the git repository,
+instead of to the annex. However, this is not done when --fast or --relaxed
+is used.
+
# SEE ALSO
[[git-annex]](1)