From e9c44536b2f4bcb03c1cf265a0b8f333da155973 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Dec 2016 13:52:40 -0400 Subject: [PATCH] fix formatting mdwn2man gets confused as `command` spanning multiple lines.. --- doc/git-annex-add.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn index b65ed51325..15bb8a6a0c 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).