Implement Blob, Tree and Lazy, add tests for Tree.
[phpgit.git] / sample.php
blob9b834e05cf91cf7f53ad654e3afed9d537e2d1c5
1 <?php
3 /**
4 * @file
5 * Sample script. Assumes that this directory is a Git checkout.
6 */
8 require_once 'library/Git.php';
10 $repo = new Git_Repo('.');
11 var_dump($repo->log());