From 8e5746d0a61fa82cb211f2b96d8d29e358c7225c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jul 2018 12:32:58 -0400 Subject: [PATCH] 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. --- doc/git-annex-shell.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn index d2f2911e32..886235fdaa 100644 --- a/doc/git-annex-shell.mdwn +++ b/doc/git-annex-shell.mdwn @@ -190,14 +190,14 @@ git-config(1). For example: git config receive.denyDeletes true git config receive.denyNonFastForwards true -This doesn't make the repository completely safe: files can actually -be removed in a commit, but they should still be available in the git -history. Changes to `git-annex` branch, however, can negatively impact -git-annex's location tracking information and might cause data loss if -not used carefully. To work around this problem, more complex hooks -are required, see for example -[[todo/git-hook_to_sanity-check_git-annex_branch_pushes]] or the -`update-paranoid` hook in the git source distribution. +With this configuration, git commits can still remove files, +but they will still be available in the git history and git-annex will +retain their contents. Changes to `git-annex` branch, however, can +negatively impact git-annex's location tracking information and might +cause data loss. To work around this problem, more complex hooks +are required, see for example the `update-paranoid` hook in the git +source distribution. + # SEE ALSO