Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-08-11 17:09:08 +0000
committerChris Aniszczyk2010-08-11 20:31:22 +0000
commit80c4652c22ce05151abfc4f5e4709a38befc6453 (patch)
tree465801f8d3b0bfe7dfb34a26e670c2ff6c497bce /org.eclipse.egit.ui/.options
parentfcf77bcd77dd52d829f67c954b860cca0c71bb2f (diff)
downloadegit-80c4652c22ce05151abfc4f5e4709a38befc6453.tar.gz
egit-80c4652c22ce05151abfc4f5e4709a38befc6453.tar.xz
egit-80c4652c22ce05151abfc4f5e4709a38befc6453.zip
Quickdiff tracing
Add a dedicated trace location for Quickdiff. Changed the implementation to use this location and remove a lot of TODOs. Change-Id: I22dcb6ee1f8e7bba50c59751c639d1da12ef4f14 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.ui/.options')
-rw-r--r--org.eclipse.egit.ui/.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/.options b/org.eclipse.egit.ui/.options
index 5891fff496..46485c1f40 100644
--- a/org.eclipse.egit.ui/.options
+++ b/org.eclipse.egit.ui/.options
@@ -6,3 +6,5 @@ org.eclipse.egit.ui/debug/ui = false
org.eclipse.egit.ui/debug/ui/repositoriesview = false
# Trace location for decoration
org.eclipse.egit.ui/debug/ui/decoration = false
+# Trace location for quickdiff
+org.eclipse.egit.ui/debug/quickdiff = false

Back to the top