started diff parser
[phpgitweb.git] / htdocs / pages / commitdiff.class.php
index 096385c18b5f5aa8d62e111b73a2a39ea477ab98..e8bb17f6999a3918434312ec41830b970950da0a 100644 (file)
@@ -82,7 +82,7 @@ class page_commitdiff {
                $difftree->push_difftree_data($diff_data['tree']);
                $this->page->set('difftree', $difftree->generate_difftree($project, $commit, true));
                
-               
+               $this->page->set('patchset', diff::generate_html($commit, $diff_data));
                
                return $this->page;
        }