Use the possible resources's specific encoding for quickdiff
commitd41d5be6f0dea20a20337bb2a505405dff44708c
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 20 Dec 2008 23:14:28 +0000 (21 00:14 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Dec 2008 15:34:51 +0000 (22 07:34 -0800)
tree6f454a70cd047252843a0198bac4a9bf5d94aa4b
parent7d49619eb0403758cbbb0c6f18c6e164edad9fe2
Use the possible resources's specific encoding for quickdiff

Encoding can be defined in many places. It could be defined for a specific
resource, workspace, JVM invocation or platform. Let Eclipse handle the
logic. We always ask for the current revisions encoding, which in theory
could be different from the encoding specified for the version we are
retrieving.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/GitDocument.java