X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Git.vala;h=1124fdad51ebc834ee7b66ee0f279192d5512e79;hb=d30b8cd565bdd59474b1baf7ebe718af4d414a67;hp=cc455751523435222b9b17070954b0924128cc8e;hpb=03c7358d872db90bffdf6a236304a39b7f0ff249;p=gitlive diff --git a/Git.vala b/Git.vala index cc455751..1124fdad 100644 --- a/Git.vala +++ b/Git.vala @@ -128,7 +128,7 @@ namespace GitLive { var heads = r.list(); foreach(var rh in heads) { - var br = this.getBranch(n, rh.get_name()); + var br = this.getBranch(n, rh.get_shorthand()); GLib.debug("got heads: name=%s rev=%s localrev=%s", rh.get_name(),