Change test_tig to allow custom test case prefixes
[tig.git] / contrib / large-repo.tigrc
blob309bb3a818fa17a649bacf18313d5a374fd04f14
1 # Settings for speeding up Tig in large repositories
3 # To use these settings copy the file to your HOME directory and include
4 # it from your ~/.tigrc file:
6 #       $ cp contrib/large-repo.tigrc ~/.tigrc.large
7 #       $ echo "source ~/.tigrc.large" >> ~/.tigrc
9 # Do not automatically use topo-order for the commit graph
10 set main-view-commit-title-graph = no-topo
12 # Limit number of commits loaded by default to 1000
13 set main-options = -n 1000
15 # Don't show staged and unstaged changes in the main view
16 set show-changes = no