Initial commit; implement enough code to get Git_Repo->log() semi-working.
commit772bac4b4352e77da4bacac7ad7244277756fd24
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Jul 2008 02:40:19 +0000 (18 22:40 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Jul 2008 02:40:19 +0000 (18 22:40 -0400)
treeeaa63716021a66597e0d9f72306bf940ef94b78c
Initial commit; implement enough code to get Git_Repo->log() semi-working.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
library/Git.php [new file with mode: 0644]
library/Git/Actor.php [new file with mode: 0644]
library/Git/Commit.php [new file with mode: 0644]
library/Git/Exception.php [new file with mode: 0644]
library/Git/Repo.php [new file with mode: 0644]
tests/GitTest.php [new file with mode: 0644]
tests/index.php [new file with mode: 0644]