[openstack-dev] How to know who has written the component?
Solly Ross
sross at redhat.com
Thu Apr 24 14:54:41 UTC 2014
Just FYI, you'll see a lot of people refer to `git blame`. They're basically the same
command.
Best Regards,
Solly Ross
----- Original Message -----
From: "Sean Dague" <sean at dague.net>
To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org>
Sent: Thursday, April 24, 2014 10:32:41 AM
Subject: Re: [openstack-dev] How to know who has written the component?
git annotate is your friend, it will give you a line by line annotation
of the last person that made a change to that line, and which git commit
it was in.
man git-annotate for more info
-Sean
On 04/24/2014 10:28 AM, Hao Wang wrote:
> Sorry for sending out the mail accidentally.
>
> # I am dealing with the bug *1308958*.**I know the root cause is the
> condition of SQL string, but it is unknown that why SQL is using the
> table externalnetworks instead of networks.
> #
> # Regarding this details, how could I know who I could contact to know
> more designs of the specific component?
> #
> # Thanks, Hao
>
>
> On Thu, Apr 24, 2014 at 10:25 AM, Hao Wang <hao.1.wang at gmail.com
> <mailto:hao.1.wang at gmail.com>> wrote:
>
> Hello,
>
> # I am dealing with the bug *1308958*.**I have
> #
> #
> #
> #
> #
> #
> # some questions with the details.
> #
> #
> #
> #
> #
> #
> #
> #
>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
--
Sean Dague
http://dague.net
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list