add fixme for open pear bug
authorChristian Weiske <cweiske@cweiske.de>
Fri, 28 Sep 2012 20:10:19 +0000 (22:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 28 Sep 2012 20:10:19 +0000 (22:10 +0200)
src/phorkie/Repository/Post.php

index 90304bb602af8340df1fd0f4f205cae9e357cbfc..1a30b476dcecb30a203be2c78dafcfa2341e817b 100644 (file)
@@ -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")