fix formatting
mdwn2man gets confused as `command` spanning multiple lines..
This commit is contained in:
parent
82d01f5619
commit
e9c44536b2
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue