summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn
index 4cffe1867..33786171a 100644
--- a/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn
+++ b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn
@@ -19,14 +19,7 @@ On debian wheezy i386
The repository contains a lot of files:
- $ cd .git/objects
- $ find . -type f | wc -l
- 1091548
+ $ cd .git/objects
+ $ find . -type f | wc -l
+ 1091548
-[[!format sh """
-# If you can, paste a complete transcript of the problem occurring here.
-# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
-
-
-# End of transcript or log.
-"""]]