Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2a7697f7c329c9bb066aa586fc02ccb9b9a00593 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Main Debug Trace switch
org.eclipse.egit.core/debug = false
# General trace location for the EGit Core Plugin
org.eclipse.egit.core/debug/core = false
# Trace location for the IndexDiffCache
org.eclipse.egit.core/debug/core/indexdiffcache = false
# Trace location forJSch
org.eclipse.egit.core/debug/core/jsch = false

Back to the top