From: Vitali <vit.der.kapa@gmx.com>
To: git@vger.kernel.org
Subject: blame formatting bug
Date: Thu, 09 Dec 2010 11:11:38 +0300 [thread overview]
Message-ID: <4D008F3A.7080205@gmx.com> (raw)
Hi.
On the jquery repo the following command:
git blame df9c37ec852f8c873e226cd0ae190f969e0edc17 -- jquery/jquery.js >
blame
gives me the file with this:
c3c706d3 jquery/jquery.js (John Resig 2006-06-22 05:23:38 +0000 576) },
6ae392a4 jquery/jquery.js (John Resig 2006-06-22 20:14:41 +0000 577)
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;
}
c3c706d3 jquery/jquery.js (John Resig 2006-06-22 05:23:38 +0000 579) };
^8a4a1ed core/core.js (John Resig 2006-03-22 03:33:07 +0000 580)
df9c37ec jquery/jquery.js (John Resig 2006-07-09 20:49:40 +0000 581)
jQuery.extend = jQuery.fn.extend;
Looks like bug.
next reply other threads:[~2010-12-09 8:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 8:11 Vitali [this message]
2010-12-09 13:55 ` blame formatting bug Thomas Rast
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D008F3A.7080205@gmx.com \
--to=vit.der.kapa@gmx.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).