예제 #1
0
파일: GitCommit.php 프로젝트: Ennosuke/glip
 public static function treeDiff($commitA, $commitB)
 {
     return GitTree::treeDiff($commitA ? $commitA->getTree() : null, $commitB ? $commitB->getTree() : null);
 }