diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 10:32:47 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-21 10:32:47 +0200 |
| commit | 9f4d00eb634cbf75db2143a62ce8733e901b14a8 (patch) | |
| tree | 0c5c9f404893abf98a31c34fbd85eb73cbaed328 /src/phorkie/Repository/Post.php | |
| parent | 6249e4a7d43e130e23d6bb2a9190e395c5f01954 (diff) | |
| parent | 6c0d5be1b6ec69257b09b97ddfe0405eabe92459 (diff) | |
| download | phorkie-9f4d00eb634cbf75db2143a62ce8733e901b14a8.tar.gz phorkie-9f4d00eb634cbf75db2143a62ce8733e901b14a8.zip | |
Merge branch 'milestone' of github.com:jnovack/phorkie into milestone
Conflicts:
README.rst
Diffstat (limited to 'src/phorkie/Repository/Post.php')
| -rw-r--r-- | src/phorkie/Repository/Post.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/phorkie/Repository/Post.php b/src/phorkie/Repository/Post.php index 9119e06..b181b5a 100644 --- a/src/phorkie/Repository/Post.php +++ b/src/phorkie/Repository/Post.php @@ -130,7 +130,8 @@ class Repository_Post ->setOption('message', $commitmsg) ->setOption('author', $sessionData['name'].' <'.$sessionData['email'].'>') ->execute(); - //FIXME: git needs ref BEFORE add. ideally VersionControl_Git needs to be updated + //FIXME: git needs ref BEFORE add + //quick hack until http://pear.php.net/bugs/bug.php?id=19605 is fixed $vc->getCommand('notes --ref=identity add') ->setOption('force') ->setOption('message', "$notes") |
