Quick diff against git head used to fail if the project itself has no mapping.
commit9db8b9b656abb444445adfa0217a0fe2788d8d10
authorSkirmantas Kligys <skligys@google.com>
Tue, 29 Dec 2009 19:57:55 +0000 (29 11:57 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 29 Dec 2009 23:53:00 +0000 (30 00:53 +0100)
tree3a5a2d8cf99467a5f8f8d422eeab0c8168845f07
parent2c13813e93ca6f091f801b03c451943766f05c86
Quick diff against git head used to fail if the project itself has no mapping.

Resources inside the project can have mappings even if the project does not.
Now get repository mappings for a single resource to be diffed and not
the whole project.

Change-Id: Ifa4d7b4a632ff4befade45deb8ec3242a425931e
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitDocument.java