aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/v6_appears_to_not_thin.mdwn
diff options
context:
space:
mode:
authorGravatar Stan <Stan@web>2016-07-03 05:47:33 +0000
committerGravatar admin <admin@branchable.com>2016-07-03 05:47:33 +0000
commit1caf3a2829098c8dbcf9c06b048e56f62e9162dd (patch)
treeaf2509b0b6e289f2c1063ef86643b32fc354928d /doc/bugs/v6_appears_to_not_thin.mdwn
parente06dda9501b3e990c2d6a8b249787520d08ba6fe (diff)
Diffstat (limited to 'doc/bugs/v6_appears_to_not_thin.mdwn')
-rw-r--r--doc/bugs/v6_appears_to_not_thin.mdwn15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/bugs/v6_appears_to_not_thin.mdwn b/doc/bugs/v6_appears_to_not_thin.mdwn
index 7d9deb5ef..2cadcedc4 100644
--- a/doc/bugs/v6_appears_to_not_thin.mdwn
+++ b/doc/bugs/v6_appears_to_not_thin.mdwn
@@ -41,7 +41,20 @@ Debian 8.5
repo config file:
-[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [annex] uuid = c5c203ec-9353-4213-8af5-6fcb8de36ca2 version = 6 thin = true [filter "annex"] smudge = git-annex smudge %f clean = git-annex smudge --clean %f
+[core]
+repositoryformatversion = 0
+filemode = true
+bare = false
+logallrefupdates = true
+
+[annex]
+uuid = c5c203ec-9353-4213-8af5-6fcb8de36ca2
+version = 6
+thin = true
+
+[filter "annex"]
+smudge = git-annex smudge %f
+clean = git-annex smudge --clean %f