From: Christian Weiske Date: Fri, 28 Sep 2012 20:10:19 +0000 (+0200) Subject: add fixme for open pear bug X-Git-Tag: v0.3.1~2 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/f134f66cc1ccf2ca0365af67dde5f0ca4f52347d?hp=404db179e14aea50e668b75e3c7b3c3290c2aa2f add fixme for open pear bug --- 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")