README: updating note about large repositories

wip/yesman
Katharina Fey 4 years ago committed by Mx Kookie
parent ee3b34c5a4
commit ea1e3e0afd
  1. 11
      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

Loading…
Cancel
Save