summaryrefslogtreecommitdiff
path: root/doc/git-annex-add.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 13:52:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 13:52:40 -0400
commit6010d99a326e393266e98c25ca942c54badac7a8 (patch)
treee3f1530b20c2161fd1eb99e11b19ecd3e52e496c /doc/git-annex-add.mdwn
parent41ef0a573bd50bb4c2f984834e7af9f97c596662 (diff)
fix formatting
mdwn2man gets confused as `command` spanning multiple lines..
Diffstat (limited to 'doc/git-annex-add.mdwn')
-rw-r--r--doc/git-annex-add.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn
index b65ed5132..15bb8a6a0 100644
--- a/doc/git-annex-add.mdwn
+++ b/doc/git-annex-add.mdwn
@@ -15,9 +15,9 @@ If no path is specified, adds files from the current directory and below.
Files that are already checked into git and are unmodified, or that
git has been configured to ignore will be silently skipped.
-If annex.largefiles is configured, and does not match a file, `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.
+If annex.largefiles is configured, and does not match a file,
+`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.
Large files are added to the annex in locked form, which prevents further
modification of their content unless unlocked by [[git-annex-unlock]](1).