aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository/Post.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-18 20:11:11 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-19 13:32:27 -0400
commit6c0d5be1b6ec69257b09b97ddfe0405eabe92459 (patch)
tree3324ca77b3ff6c227d33eeddc13e53a912e7e51a /src/phorkie/Repository/Post.php
parent149e039741f94f9e22bd2c8d7dcf33158a110e79 (diff)
downloadphorkie-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.php3
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")