Fix up Git_Repo->log() to actually work.
commita409adfaaf218a70d42492f33e1bc17459d157a6
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Jul 2008 03:15:55 +0000 (18 23:15 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 19 Jul 2008 03:15:55 +0000 (18 23:15 -0400)
treedb94141fc803eb7c1035b2581fc99c5addba967a
parent772bac4b4352e77da4bacac7ad7244277756fd24
Fix up Git_Repo->log() to actually work.

Fix some minor code bugs. Also fix up logic errors in commit log parsing.
Finally, setup sample script.

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