diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 20:11:11 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-19 13:32:27 -0400 |
| commit | 6c0d5be1b6ec69257b09b97ddfe0405eabe92459 (patch) | |
| tree | 3324ca77b3ff6c227d33eeddc13e53a912e7e51a /src/phorkie/Repository/Post.php | |
| parent | 149e039741f94f9e22bd2c8d7dcf33158a110e79 (diff) | |
| download | phorkie-6c0d5be1b6ec69257b09b97ddfe0405eabe92459.tar.gz phorkie-6c0d5be1b6ec69257b09b97ddfe0405eabe92459.zip | |
Cleaned up files for 0.3 milestone.
Diffstat (limited to 'src/phorkie/Repository/Post.php')
| -rw-r--r-- | src/phorkie/Repository/Post.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php index 9119e06..b181b5a 100644 --- a/src/phorkie/Repository/Post.php +++ b/src/phorkie/Repository/Post.php @@ -130,7 +130,8 @@ class Repository_Post ->setOption('message', $commitmsg) ->setOption('author', $sessionData['name'].' <'.$sessionData['email'].'>') ->execute(); - //FIXME: git needs ref BEFORE add. ideally VersionControl_Git needs to be updated + //FIXME: git needs ref BEFORE add + //quick hack until http://pear.php.net/bugs/bug.php?id=19605 is fixed $vc->getCommand('notes --ref=identity add') ->setOption('force') ->setOption('message', "$notes") |
