Commit:    148ceef33ccd6edb12a4f6d962bd2a3860557415
Author:    David Soria Parra <d...@php.net>         Tue, 20 Mar 2012 18:54:04 
+0100
Parents:   44ed570277e783a94f05248cb767731ed5001e68

Branches:   refs/heads/master

Link:       
http://git.php.net/?p=karma.git;a=commitdiff;h=148ceef33ccd6edb12a4f6d962bd2a3860557415

Log:
Typo

Changed paths:
  M  lib/Git/PostReceiveHook.php


Diff:
148ceef33ccd6edb12a4f6d962bd2a3860557415
diff --git a/lib/Git/PostReceiveHook.php b/lib/Git/PostReceiveHook.php
index e1286b6..314ca86 100644
--- a/lib/Git/PostReceiveHook.php
+++ b/lib/Git/PostReceiveHook.php
@@ -530,10 +530,9 @@ class PostReceiveHook extends ReceiveHook
             $message .= "\nBugs:\n" . implode("\n", $bugs) . "\n";
         }
 
-
         $isTrivialMerge = empty($pathsString);
 
-        if (!$isTrivalMerge && strlen($pathsString) < 8192) {
+        if (!$isTrivialMerge && strlen($pathsString) < 8192) {
             // inline changed paths
             $message .= "\nChanged paths:\n" . $pathsString . "\n";
             if ((strlen($pathsString) + strlen($diff)) < 8192) {


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to