update-server-info on git pushes and forks
[phorkie.git] / src / phorkie / Repository / Post.php
index cf07b73a571590dedf532ef63e6cbdec59ba969b..5a450b1aa0b446f63c82de95ae568fd09864583d 100644 (file)
@@ -152,6 +152,7 @@ class Repository_Post
                 ->setOption('message', "$notes")
                 ->execute();
             //update info for dumb git HTTP transport
+            //the post-update hook should do that IMO, but does not somehow
             $vc->getCommand('update-server-info')->execute();
 
             $bChanged = true;