X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=068e46f344d812bce74d27b50d04b1a321f1b096;hb=64cb05c445d480f29d266e70db6eb1d021d34456;hp=aef2a4b4b8707818f05dc8460f6bad0a02acb12a;hpb=efa02464713db02292cc598bbb83411b71bb8b9f;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index aef2a4b..068e46f 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -301,15 +301,6 @@ function scm_man ($file) { while (!feof ($stdout)) { $line = fgets ($stdout); - if (preg_match ("//", $line)) { - $end_of_index = 1; - continue; - } - - if (!$end_of_index) { - continue; - } // if - // Filter some CVS keywords properly $line = preg_replace ("/\\\$Revision\:\s*(\S*)\s*\\\$/", "Revision $1",