summaryrefslogtreecommitdiff
path: root/doc/tips/antipatterns.mdwn
diff options
context:
space:
mode:
authorGravatar justin@561b4852d5c1d8db31dc571612954bde7bb325a1 <justin@web>2017-01-17 19:49:18 +0000
committerGravatar admin <admin@branchable.com>2017-01-17 19:49:18 +0000
commite5d5777285c06faed2edd7f4f9b1f7a1e6a3b24d (patch)
tree17b99fdcdd45da73c5858304cc93841d267206d8 /doc/tips/antipatterns.mdwn
parent1aaca5cdc3c126ead44a1781d76febdd1c3fe171 (diff)
Fixes ToC
Diffstat (limited to 'doc/tips/antipatterns.mdwn')
-rw-r--r--doc/tips/antipatterns.mdwn6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tips/antipatterns.mdwn b/doc/tips/antipatterns.mdwn
index 51cdf93c0..127acc82c 100644
--- a/doc/tips/antipatterns.mdwn
+++ b/doc/tips/antipatterns.mdwn
@@ -13,7 +13,7 @@ possible ways of doing things.
---
-# **Antipattern**
+# **Symlinking the `.git/annex` directory**
Symlinking the `.git/annex` directory, in the hope of saving
disk space, is a horrible idea. The general antipattern is:
@@ -54,9 +54,7 @@ we can do to change that in this case.
---
-# **Antipattern**
-
-Reinit repo with an existing uuid without fsck
+# **Reinit repo with an existing uuid without `fsck`**
To quote the [[git-annex-reinit]] manpage: