summaryrefslogtreecommitdiff
path: root/doc/git-annex-add.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 16:15:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 16:15:30 -0400
commit032ee546c9cda12b4b85c05001220d47e8bbba4d (patch)
tree3e6957962b84167fdffa3ff5adf4c8bef1c337dd /doc/git-annex-add.mdwn
parentf3d2bf2cda1462dcb1a5bbc81505823dd5c057ec (diff)
add: Stage symlinks the same as git add would, even if they are not a link to annexed content.
Diffstat (limited to 'doc/git-annex-add.mdwn')
-rw-r--r--doc/git-annex-add.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn
index 303b656b8..ee5f499d9 100644
--- a/doc/git-annex-add.mdwn
+++ b/doc/git-annex-add.mdwn
@@ -18,6 +18,9 @@ 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.
+This command can also be used to add symbolic links, both symlinks to
+annexed content, and other symlinks.
+
# OPTIONS
* `--include-dotfiles`