remove markdown links which are not handled on man pages
Thus the ill-specified "edit with care" at the bottom of this page, which basically means you need to build the man pages and check that the markdown used was converted ok. Also, this doc wiki uses relative links, not absolute links. Also reworded slightly.
This commit is contained in:
parent
355599b03f
commit
92cef3051b
1 changed files with 6 additions and 7 deletions
|
@ -22,13 +22,12 @@ contains the date the field was last changed. Unlike other metadata,
|
|||
this cannot be directly modified by this command. It is updated
|
||||
automatically.
|
||||
|
||||
Note that the metadata is attached to the particular content of a file
|
||||
(or rather to a particular [key](http://git-annex.branchable.com/backends/)),
|
||||
not to a particular file on a particular git branch. All files with given
|
||||
content share the same metadata, which is stored on the
|
||||
[git-annex branch](http://git-annex.branchable.com/internals#The_git-annex_branch).
|
||||
If a file is [edited](http://git-annex.branchable.com/git-annex-unlock/),
|
||||
old metadata will be copied to the new contents when you [[git-annex-add]] the edited file.
|
||||
Note that the metadata is attached to the particular content of a file,
|
||||
not to a particular filename on a particular git branch.
|
||||
All files with the same content share the same metadata, which is
|
||||
stored in the git-annex branch. If a file is edited, old
|
||||
metadata will be copied to the new contents when you [[git-annex-add]]
|
||||
the edited file.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
Loading…
Reference in a new issue