remove todo link

When this is converted to a man page, that doesn't come through well.
And a link to a todo page is not really appropriate here anyway.
This commit is contained in:
Joey Hess 2018-07-06 12:32:58 -04:00
parent 801154149a
commit 8e5746d0a6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -190,14 +190,14 @@ git-config(1). For example:
git config receive.denyDeletes true git config receive.denyDeletes true
git config receive.denyNonFastForwards true git config receive.denyNonFastForwards true
This doesn't make the repository completely safe: files can actually With this configuration, git commits can still remove files,
be removed in a commit, but they should still be available in the git but they will still be available in the git history and git-annex will
history. Changes to `git-annex` branch, however, can negatively impact retain their contents. Changes to `git-annex` branch, however, can
git-annex's location tracking information and might cause data loss if negatively impact git-annex's location tracking information and might
not used carefully. To work around this problem, more complex hooks cause data loss. To work around this problem, more complex hooks
are required, see for example are required, see for example the `update-paranoid` hook in the git
[[todo/git-hook_to_sanity-check_git-annex_branch_pushes]] or the source distribution.
`update-paranoid` hook in the git source distribution.
# SEE ALSO # SEE ALSO