note an improvement on the reinit manpage
authorhttps://anarc.at/openid/ <anarcat@web>
Tue, 17 Jan 2017 19:35:24 +0000 (19:35 +0000)
committeradmin <admin@branchable.com>
Tue, 17 Jan 2017 19:35:24 +0000 (19:35 +0000)
doc/tips/antipatterns.mdwn

index bea144de05814386f1712d03c26091ec4ffb8956..04504ac9c53e6293cedb7e0a7203f4d82453c0ea 100644 (file)
@@ -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
 ===========