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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html