aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-28 22:10:19 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-28 22:10:19 +0200
commitf134f66cc1ccf2ca0365af67dde5f0ca4f52347d (patch)
tree2b4cd2ef0dc792209892e02f1a071eca27e4abde /src/phorkie/Repository
parent404db179e14aea50e668b75e3c7b3c3290c2aa2f (diff)
downloadphorkie-f134f66cc1ccf2ca0365af67dde5f0ca4f52347d.tar.gz
phorkie-f134f66cc1ccf2ca0365af67dde5f0ca4f52347d.zip
add fixme for open pear bug
Diffstat (limited to 'src/phorkie/Repository')
-rw-r--r--src/phorkie/Repository/Post.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php
index 90304bb..1a30b47 100644
--- a/src/phorkie/Repository/Post.php
+++ b/src/phorkie/Repository/Post.php
@@ -141,6 +141,7 @@ class Repository_Post
->execute();
//FIXME: git needs ref BEFORE add
//quick hack until http://pear.php.net/bugs/bug.php?id=19605 is fixed
+ //also waiting for https://pear.php.net/bugs/bug.php?id=19623
$vc->getCommand('notes --ref=identity add')
->setOption('force')
->setOption('message', "$notes")