Fix bugs involving command line invocation, DateTime construction and log()
commit3501b185202e1a3362ec8356db35f408d00bfc10
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 21 Jul 2008 17:05:37 +0000 (21 11:05 -0600)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 21 Jul 2008 17:05:37 +0000 (21 11:05 -0600)
tree5e3652da0be48d79dc9e0c599cab3de946288168
parentcce14166758f1e5772194f72ae46c3c7a8c03c68
Fix bugs involving command line invocation, DateTime construction and log()

* Current working directory was not set properly with WScript.Shell
* Numerous errors in Unix process code fixed; it now works
* DateTime requires an '@' prepended to Unix timestamp
* Git_Repo->log() was passing the wrong parameter to array_merge()

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
library/Git.php
library/Git/Commit.php
library/Git/Repo.php