From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: [PATCH 1/9] gitweb: Load checking Date: Fri, 15 Jan 2010 14:30:25 -0800 (PST) Message-ID: References: <1263432185-21334-1-git-send-email-warthog9@eaglescrag.net> <1263432185-21334-2-git-send-email-warthog9@eaglescrag.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: "John 'Warthog9' Hawley" X-From: git-owner@vger.kernel.org Fri Jan 15 23:30:37 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NVugf-0004n9-7K for gcvg-git-2@lo.gmane.org; Fri, 15 Jan 2010 23:30:37 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758214Ab0AOWac (ORCPT ); Fri, 15 Jan 2010 17:30:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758194Ab0AOWac (ORCPT ); Fri, 15 Jan 2010 17:30:32 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:61053 "EHLO mail-fx0-f225.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753077Ab0AOWab (ORCPT ); Fri, 15 Jan 2010 17:30:31 -0500 Received: by fxm25 with SMTP id 25so652841fxm.21 for ; Fri, 15 Jan 2010 14:30:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type; bh=Y4jeS60Y1ajfKQewTV8gihVog6XjKzm+GOxdgcwKeO4=; b=l0DMeEE99VnEdASu5ou7ZhZgfTmslnNHhp9y45cUIoi3J2E7se5PgZRflYdfaYtdrd G3UnXsKQiwPQ3zZgxNCe19+RQ9UnH5L/On0Vgjdm9yDeTXLN7VXBr1vAY4clhoIeME7x mXrFV27NscgF6NS5nixP7wMJ1crH2dJpKmlvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type; b=X5Sw3xDUHNaXn0QpqdEkuj2FF5/SGxNslEawKmGQDSb8vbnVzCZEREfmZbiFdo5r1n gAEKKAgS85X2ndX6KGpJR/SyaRolLoiOL7oxMXBmXMpkirsiTMl02yxKAWuJ9HOoIsV1 Ov2SPY9KZlSRb13lcrChEZ2ejR1Lw3DlFfxV4= Received: by 10.223.3.135 with SMTP id 7mr3407936fan.21.1263594628828; Fri, 15 Jan 2010 14:30:28 -0800 (PST) Received: from localhost.localdomain (abwi123.neoplus.adsl.tpnet.pl [83.8.232.123]) by mx.google.com with ESMTPS id p9sm1134081fkb.44.2010.01.15.14.30.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 Jan 2010 14:30:25 -0800 (PST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id o0FMU550030540; Fri, 15 Jan 2010 23:30:10 +0100 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id o0FMTm6E030530; Fri, 15 Jan 2010 23:29:48 +0100 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: <1263432185-21334-2-git-send-email-warthog9@eaglescrag.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: This one looks good, but while examining other patch in this series I have noticed rare situation where we would get Perl error with this patch. I have added fix-up for this issue, although I guess that better solution might be not to add any \n!; - if ($action eq 'blame_incremental') { + if (defined $action && + $action eq 'blame_incremental') { print qq!