From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Rast Subject: Re: blame formatting bug Date: Thu, 9 Dec 2010 14:55:49 +0100 Message-ID: <201012091455.50144.trast@student.ethz.ch> References: <4D008F3A.7080205@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: To: Vitali X-From: git-owner@vger.kernel.org Thu Dec 09 14:55:59 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.69) (envelope-from ) id 1PQgyU-00052i-2H for gcvg-git-2@lo.gmane.org; Thu, 09 Dec 2010 14:55:58 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756860Ab0LINzw (ORCPT ); Thu, 9 Dec 2010 08:55:52 -0500 Received: from edge10.ethz.ch ([82.130.75.186]:18217 "EHLO edge10.ethz.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756853Ab0LINzw (ORCPT ); Thu, 9 Dec 2010 08:55:52 -0500 Received: from CAS21.d.ethz.ch (172.31.51.111) by edge10.ethz.ch (82.130.75.186) with Microsoft SMTP Server (TLS) id 14.1.218.12; Thu, 9 Dec 2010 14:55:40 +0100 Received: from pctrast.inf.ethz.ch (129.132.153.233) by CAS21.d.ethz.ch (172.31.51.111) with Microsoft SMTP Server (TLS) id 14.1.218.12; Thu, 9 Dec 2010 14:55:50 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.37-rc4-13-desktop; KDE/4.5.3; x86_64; ; ) In-Reply-To: <4D008F3A.7080205@gmx.com> X-Originating-IP: [129.132.153.233] Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Vitali wrote: > df9c37ec jquery/jquery.js (John Resig 2006-07-09 20:49:40 +0000 578) > extend: function(obj,prop) { > if ( !prop ) { > prop = obj; > obj = this; > } > > for ( var i in prop ) > obj[i] = prop[i]; > > return obj; > } > > Looks like bug. My 'less' shows that these lines are "terminated" with CRs. Git's diff engine does not treat CRs as line endings, so neither does blame. -- Thomas Rast trast@{inf,student}.ethz.ch