From ea1e3e0afd4d770aea36d9dc7a528ae234e60aca Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 1 Nov 2020 13:47:48 +0100 Subject: [PATCH] README: updating note about large repositories --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3f291ac73c..f5cdf9613b1 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,12 @@ Following is an overview of components in this repository. ## Working with a large repo This repository is quite massive, because it contains multiple -subtrees with large histories. If you experience performance -problems, try setting `feature.manyFiles` in your git configuration. -Additionally, when using `git log`, make sure to use `--first-parent` -to get the history of kookienomicon, to avoid seeing subtree histories -instead of the merge commits that you might be more interested in. +subtrees with large histories. + +If you experience performance problems, try setting +`feature.manyFiles` in your git configuration. Additionally, when +using `git log`, make sure to use `--first-parent` to get the history +of kookienomicon, instead of the merged subtree histories. ## License