summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar https://anarc.at/openid/ <anarcat@web>2017-01-17 19:35:24 +0000
committerGravatar admin <admin@branchable.com>2017-01-17 19:35:24 +0000
commitdec5069937699d4fe807e6e2a42203cd9a0156df (patch)
tree7166d39e4263e94a058967f11ba95595e7748342 /doc/tips
parent8a7bd0eb5ea517b69296d77541d5fc33dab76742 (diff)
note an improvement on the reinit manpage
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/antipatterns.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/tips/antipatterns.mdwn b/doc/tips/antipatterns.mdwn
index bea144de0..04504ac9c 100644
--- a/doc/tips/antipatterns.mdwn
+++ b/doc/tips/antipatterns.mdwn
@@ -57,7 +57,7 @@ we can do to change that in this case.
using reinit with an existing uuid without fsck
===============================================
-To quote the manpage:
+To quote the [[git-annex-reinit]] manpage:
> Normally, initializing a repository generates a new, unique
> identifier (UUID) for that repository. Occasionally it may be useful
@@ -96,6 +96,9 @@ An improvement to git-annex here would be to allow
to at least not encourage UUID reuse. reinit could also recommend
running fsck explicitely. It could even trigger an fsck directly.
+The [[git-annex-reinit]] manpage has always suggested running `fsck`,
+but the wording has been changed on 2017-01-17.
+
Other cases
===========