Disable editor on commit with --no-edit
[phorkie.git] / src / phorkie / Repository / Post.php
index 408cb00582d295ba544e4db6bf8878a30ef8fa61..e2e4e9197fd8c4c3b6b8bc95d49b5df3523a0854 100644 (file)
@@ -134,6 +134,7 @@ class Repository_Post
             $vc->getCommand('commit')
                 ->setOption('message', '')
                 ->setOption('allow-empty-message')
+                ->setOption('no-edit')
                 ->setOption(
                     'author',
                     $sessionData['name'] . ' <' . $sessionData['email'] . '>'