Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [FYI] write-after-apporval commit
@ 2012-03-26 18:27 oza Pawandeep
  2012-03-27 17:07 ` Jan Kratochvil
  0 siblings, 1 reply; 7+ messages in thread
From: oza Pawandeep @ 2012-03-26 18:27 UTC (permalink / raw)
  To: gdb-patches

Hi All,

please find the write-after-approval FYI below.

diff -urN old/ChangeLog new/ChangeLog
--- old/ChangeLog       2012-03-26 23:54:53.000000000 +0530
+++ new/ChangeLog       2012-03-26 23:54:21.000000000 +0530
@@ -1,3 +1,7 @@
+2012-03-26 Oza Pawandeep  <oza.pawandeep@gmail.com>
+
+        * MAINTAINERS (Write After Approval): Add myself to the list.
+
 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>

        * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
diff -urN old/MAINTAINERS new/MAINTAINERS
--- old/MAINTAINERS     2012-03-26 23:55:04.000000000 +0530
+++ new/MAINTAINERS     2012-03-26 23:54:28.000000000 +0530
@@ -649,6 +649,7 @@
 Wu Zhou                                                woodzltc@cn.ibm.com
 Yoshinori Sato                                 ysato@users.sourceforge.jp
 Hui Zhu                                                teawater@gmail.com
+Oza Pawandeep                                  oza.pawandeep@gmail.com

                        Past Maintainers


Regards,
Oza.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-26 18:27 [FYI] write-after-apporval commit oza Pawandeep
@ 2012-03-27 17:07 ` Jan Kratochvil
  2012-03-27 18:58   ` oza Pawandeep
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kratochvil @ 2012-03-27 17:07 UTC (permalink / raw)
  To: oza Pawandeep; +Cc: gdb-patches

On Mon, 26 Mar 2012 20:27:29 +0200, oza Pawandeep wrote:
> --- old/MAINTAINERS     2012-03-26 23:55:04.000000000 +0530
> +++ new/MAINTAINERS     2012-03-26 23:54:28.000000000 +0530
> @@ -649,6 +649,7 @@
>  Wu Zhou                                                woodzltc@cn.ibm.com
>  Yoshinori Sato                                 ysato@users.sourceforge.jp
>  Hui Zhu                                                teawater@gmail.com
> +Oza Pawandeep                                  oza.pawandeep@gmail.com

Please note the heading is:

                        Write After Approval
                           (alphabetic)

So while sometimes it is not easy to guess the first name vs. surname neither
of yours should be at the end of the list.


Regards,
Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-27 17:07 ` Jan Kratochvil
@ 2012-03-27 18:58   ` oza Pawandeep
  2012-03-27 19:01     ` Jan Kratochvil
  0 siblings, 1 reply; 7+ messages in thread
From: oza Pawandeep @ 2012-03-27 18:58 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: gdb-patches

Thanks Jan for pointing that out. I would check it in with the correct order.
first name > alphabetic  and surname.

Regards,
Oza.

On Tue, Mar 27, 2012 at 10:37 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Mon, 26 Mar 2012 20:27:29 +0200, oza Pawandeep wrote:
>> --- old/MAINTAINERS     2012-03-26 23:55:04.000000000 +0530
>> +++ new/MAINTAINERS     2012-03-26 23:54:28.000000000 +0530
>> @@ -649,6 +649,7 @@
>>  Wu Zhou                                                woodzltc@cn.ibm.com
>>  Yoshinori Sato                                 ysato@users.sourceforge.jp
>>  Hui Zhu                                                teawater@gmail.com
>> +Oza Pawandeep                                  oza.pawandeep@gmail.com
>
> Please note the heading is:
>
>                        Write After Approval
>                           (alphabetic)
>
> So while sometimes it is not easy to guess the first name vs. surname neither
> of yours should be at the end of the list.
>
>
> Regards,
> Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-27 18:58   ` oza Pawandeep
@ 2012-03-27 19:01     ` Jan Kratochvil
  2012-03-28  3:58       ` oza Pawandeep
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kratochvil @ 2012-03-27 19:01 UTC (permalink / raw)
  To: oza Pawandeep; +Cc: gdb-patches

On Tue, 27 Mar 2012 20:58:27 +0200, oza Pawandeep wrote:
> Thanks Jan for pointing that out. I would check it in with the correct order.
> first name > alphabetic  and surname.

To prevent any possible new mistake I believe your surname is Pawandeep and
therefore your name should be placed:

Karen Osmond                                    karen.osmond@gmail.com
Oza Pawandeep                                   oza.pawandeep@gmail.com
Denis Pilat                                     denis.pilat@st.com


Regards,
Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-27 19:01     ` Jan Kratochvil
@ 2012-03-28  3:58       ` oza Pawandeep
  2012-03-28  4:35         ` oza Pawandeep
  0 siblings, 1 reply; 7+ messages in thread
From: oza Pawandeep @ 2012-03-28  3:58 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: gdb-patches

It is the other way.

my name is : Pawandeep
and surname is: Oza.

I usually sign my mails with my surname.
sorry for confusion.

Rgards,
Oza.

On Wed, Mar 28, 2012 at 12:31 AM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Tue, 27 Mar 2012 20:58:27 +0200, oza Pawandeep wrote:
>> Thanks Jan for pointing that out. I would check it in with the correct order.
>> first name > alphabetic  and surname.
>
> To prevent any possible new mistake I believe your surname is Pawandeep and
> therefore your name should be placed:
>
> Karen Osmond                                    karen.osmond@gmail.com
> Oza Pawandeep                                   oza.pawandeep@gmail.com
> Denis Pilat                                     denis.pilat@st.com
>
>
> Regards,
> Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-28  3:58       ` oza Pawandeep
@ 2012-03-28  4:35         ` oza Pawandeep
  2012-03-28  5:08           ` Jan Kratochvil
  0 siblings, 1 reply; 7+ messages in thread
From: oza Pawandeep @ 2012-03-28  4:35 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: gdb-patches

Hi Jan,

I think I need to have following
Karen Osmond
Pawandeep Oza
Denis Pilat

It is just that both P and O are next to each other , so position does
not change.

Regards,
Oza.

On 3/28/12, oza Pawandeep <oza.pawandeep@gmail.com> wrote:
> It is the other way.
>
> my name is : Pawandeep
> and surname is: Oza.
>
> I usually sign my mails with my surname.
> sorry for confusion.
>
> Rgards,
> Oza.
>
> On Wed, Mar 28, 2012 at 12:31 AM, Jan Kratochvil
> <jan.kratochvil@redhat.com> wrote:
>> On Tue, 27 Mar 2012 20:58:27 +0200, oza Pawandeep wrote:
>>> Thanks Jan for pointing that out. I would check it in with the correct
>>> order.
>>> first name > alphabetic  and surname.
>>
>> To prevent any possible new mistake I believe your surname is Pawandeep
>> and
>> therefore your name should be placed:
>>
>> Karen Osmond                                    karen.osmond@gmail.com
>> Oza Pawandeep                                   oza.pawandeep@gmail.com
>> Denis Pilat                                     denis.pilat@st.com
>>
>>
>> Regards,
>> Jan
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [FYI] write-after-apporval commit
  2012-03-28  4:35         ` oza Pawandeep
@ 2012-03-28  5:08           ` Jan Kratochvil
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kratochvil @ 2012-03-28  5:08 UTC (permalink / raw)
  To: oza Pawandeep; +Cc: gdb-patches

On Wed, 28 Mar 2012 06:35:43 +0200, oza Pawandeep wrote:
> Hi Jan,
> 
> I think I need to have following
> Karen Osmond
> Pawandeep Oza
> Denis Pilat
> 
> It is just that both P and O are next to each other , so position does
> not change.

Yes, I did not expect it could happen first.  Please check it in.


Thanks,
Jan


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-28  5:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 18:27 [FYI] write-after-apporval commit oza Pawandeep
2012-03-27 17:07 ` Jan Kratochvil
2012-03-27 18:58   ` oza Pawandeep
2012-03-27 19:01     ` Jan Kratochvil
2012-03-28  3:58       ` oza Pawandeep
2012-03-28  4:35         ` oza Pawandeep
2012-03-28  5:08           ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox