diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-28 22:10:19 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-28 22:10:19 +0200 |
| commit | f134f66cc1ccf2ca0365af67dde5f0ca4f52347d (patch) | |
| tree | 2b4cd2ef0dc792209892e02f1a071eca27e4abde | |
| parent | 404db179e14aea50e668b75e3c7b3c3290c2aa2f (diff) | |
| download | phorkie-f134f66cc1ccf2ca0365af67dde5f0ca4f52347d.tar.gz phorkie-f134f66cc1ccf2ca0365af67dde5f0ca4f52347d.zip | |
add fixme for open pear bug
| -rw-r--r-- | src/phorkie/Repository/Post.php | 1 |
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") |
