X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=Git.vala;h=37cac65e44b29e2b7556fa2e9c84d860e2f33132;hp=0523cab26a448f705559a6fec21369799a1db282;hb=7b3e3714e95e511585e802671ff8415a89842460;hpb=0eaae57e33575686e665e65c1087771cc68c1935 diff --git a/Git.vala b/Git.vala index 0523cab2..37cac65e 100644 --- a/Git.vala +++ b/Git.vala @@ -231,6 +231,10 @@ namespace GitLive { head = gbr; } } + GLib.debug("checking head=%s", head.get_name()); + var br = this.repo.lookup_branch(head.get_name(),Ggit.BranchType.LOCAL); + var tree = this.repo.lookup_tree(br.get_target()); + }