tig-2.1.1
[tig.git] / contrib / large-repo.tigrc
blobf378c9563209337f75f40407c98cd6b0a21327cf
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 # Use Git's default (reverse chronological) order, never automatically
10 # use topo-order for the commit graph
11 set commit-order = default
13 # Limit number of commits loaded by default to 1000
14 set main-options = -n 1000
16 # Don't show staged and unstaged changes in the main view
17 set show-changes = no
19 # Optionally, use the old and faster but less acurate graph renderer
20 #set main-view-commit-title-graph = v1