Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5891fff496168372a376c48b9938db2babd94ac3 (plain) (blame)
1
2
3
4
5
6
7
8
# Main Debug Trace switch
org.eclipse.egit.ui/debug = false
# General trace location for the EGit UI Plugin
org.eclipse.egit.ui/debug/ui = false
# Trace location for RepositoriesView
org.eclipse.egit.ui/debug/ui/repositoriesview = false
# Trace location for decoration
org.eclipse.egit.ui/debug/ui/decoration = false

Back to the top