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" <[email protected]> To: "OpenStack Development Mailing List (not for usage questions)" <[email protected]> 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 <[email protected] > <mailto:[email protected]>> wrote: > > Hello, > > # I am dealing with the bug *1308958*.**I have > # > # > # > # > # > # > # some questions with the details. > # > # > # > # > # > # > # > # > > > > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Sean Dague http://dague.net _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
