diff options
author | 2015-12-15 14:14:19 -0400 | |
---|---|---|
committer | 2015-12-15 14:14:19 -0400 | |
commit | 0f7fb02e61eeef646151e0679a6091e0b27dcb84 (patch) | |
tree | 3022867a6bf7111ed30b6fc93636aa209984563d | |
parent | 26f4b3b9a9e5d7a75a2bf234de10a8909d913109 (diff) |
fix incorrect doc change
-rw-r--r-- | doc/git-annex-add.mdwn | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn index 2f95f5455..772d78971 100644 --- a/doc/git-annex-add.mdwn +++ b/doc/git-annex-add.mdwn @@ -23,9 +23,8 @@ modification of their content unless unlocked by [[git-annex-unlock]](1). To add a file to the annex in unlocked form, `git add` can be used instead (that only works when the repository has annex.version 6 or higher). -Files that are not annexed files (including symbolic links and files -checked directly into git) will be staged in the index the same as if `git -add` were used. +This command can also be used to add symbolic links, both symlinks to +annexed content, and other symlinks. # OPTIONS |