Git.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 Mar 2019 03:28:35 +0000 (11:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Mar 2019 03:28:35 +0000 (11:28 +0800)
Git.vala

index 6e00fc4..ba9b8e4 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -196,7 +196,7 @@ namespace  GitLive {
                        var head_commit = this.repo.lookup_commit(head_oid);
                         
                
-                       var anc_oid = this.repo.merge_base(master_commit.get_oid(), head_commit.get_oid());
+                       var anc_oid = this.repo.merge_base(master_commit.get_id(), head_commit.get_id());
                        
                
                }