From f134f66cc1ccf2ca0365af67dde5f0ca4f52347d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 28 Sep 2012 22:10:19 +0200 Subject: [PATCH] add fixme for open pear bug --- src/phorkie/Repository/Post.php | 1 + 1 file changed, 1 insertion(+) 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") -- 2.30.2