Update EGit to match ref API changes
commit112d70ce450e8f6151f921b102f9b1a41e4ea280
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 Jan 2010 03:06:06 +0000 (9 19:06 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 19:16:33 +0000 (23 11:16 -0800)
treedbf5dfd7f8e2456285e97d578d3c79c1d2a236e9
parent3e78b6dd63c5694d07da4e877526afea381acc9f
Update EGit to match ref API changes

JGit changed the way some ref updates are exposed to applications:

  * getOrigName() is now just getName()
  * Ref is an abstract class, use getRef instead to find HEAD.
  * writeSymref() has been replaced by RefUpdate

This commit depends upon the following JGit changes:
  * I1093e1ec2970147978a786cfdd0a75d0aebf8010
  * I26b9287c45a4b2d2be35ba2849daa316f5eec85d

Change-Id: Iae4c99b142de74e278876ff086f8eab6e9fde4a4
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.egit.core/src/org/eclipse/egit/core/op/BranchOperation.java
org.eclipse.egit.core/src/org/eclipse/egit/core/op/CloneOperation.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/components/RefSpecPanel.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/SWTPlotRenderer.java