public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
@ 2014-08-15 10:42 Ilya Tocar
  2014-08-15 11:44 ` Richard Biener
  0 siblings, 1 reply; 6+ messages in thread
From: Ilya Tocar @ 2014-08-15 10:42 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch adds myself to the MAINTAINERS file.  Commmitted as 214012. 

---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 87fb9dd..a40a537 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -555,6 +555,7 @@ Dinar Temirbulatov				dtemirbulatov@gmail.com
 Kresten Krab Thorup				krab@gcc.gnu.org
 Caroline Tice					cmtice@google.com
 Kyrylo Tkachov					kyrylo.tkachov@arm.com
+Tocar Ilya					tocarip@gmail.com
 Konrad Trifunovic				konrad.trifunovic@inria.fr
 Markus Trippelsdorf				markus@trippelsdorf.de
 David Ung					davidu@mips.com
-- 
1.8.3.1

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

* Re: [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
  2014-08-15 10:42 [COMMITTED] Add myself to MAINTAINERS file (Write After Approval) Ilya Tocar
@ 2014-08-15 11:44 ` Richard Biener
  2014-08-15 11:47   ` Jakub Jelinek
  2014-08-15 11:49   ` Ilya Tocar
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Biener @ 2014-08-15 11:44 UTC (permalink / raw)
  To: Ilya Tocar; +Cc: GCC Patches

On Fri, Aug 15, 2014 at 12:42 PM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
> Hi,
>
> This patch adds myself to the MAINTAINERS file.  Commmitted as 214012.

Please keep this list sorted alphabetically.

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 87fb9dd..a40a537 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -555,6 +555,7 @@ Dinar Temirbulatov                          dtemirbulatov@gmail.com
>  Kresten Krab Thorup                            krab@gcc.gnu.org
>  Caroline Tice                                  cmtice@google.com
>  Kyrylo Tkachov                                 kyrylo.tkachov@arm.com
> +Tocar Ilya                                     tocarip@gmail.com
>  Konrad Trifunovic                              konrad.trifunovic@inria.fr
>  Markus Trippelsdorf                            markus@trippelsdorf.de
>  David Ung                                      davidu@mips.com
> --
> 1.8.3.1
>

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

* Re: [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
  2014-08-15 11:44 ` Richard Biener
@ 2014-08-15 11:47   ` Jakub Jelinek
  2014-08-15 11:49   ` Ilya Tocar
  1 sibling, 0 replies; 6+ messages in thread
From: Jakub Jelinek @ 2014-08-15 11:47 UTC (permalink / raw)
  To: Richard Biener; +Cc: Ilya Tocar, GCC Patches

On Fri, Aug 15, 2014 at 01:43:55PM +0200, Richard Biener wrote:
> On Fri, Aug 15, 2014 at 12:42 PM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
> > Hi,
> >
> > This patch adds myself to the MAINTAINERS file.  Commmitted as 214012.
> 
> Please keep this list sorted alphabetically.

Well, Ilya did, just swapped surname and given name from the standard practice
in MAINTAINERS.  So, please just do
sed -i -e 's/Tocar Ilya/Ilya Tocar/' MAINTAINERS

> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -555,6 +555,7 @@ Dinar Temirbulatov                          dtemirbulatov@gmail.com
> >  Kresten Krab Thorup                            krab@gcc.gnu.org
> >  Caroline Tice                                  cmtice@google.com
> >  Kyrylo Tkachov                                 kyrylo.tkachov@arm.com
> > +Tocar Ilya                                     tocarip@gmail.com
> >  Konrad Trifunovic                              konrad.trifunovic@inria.fr
> >  Markus Trippelsdorf                            markus@trippelsdorf.de
> >  David Ung                                      davidu@mips.com

	Jakub

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

* Re: [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
  2014-08-15 11:44 ` Richard Biener
  2014-08-15 11:47   ` Jakub Jelinek
@ 2014-08-15 11:49   ` Ilya Tocar
  1 sibling, 0 replies; 6+ messages in thread
From: Ilya Tocar @ 2014-08-15 11:49 UTC (permalink / raw)
  To: Richard Biener; +Cc: GCC Patches

> > This patch adds myself to the MAINTAINERS file.  Commmitted as 214012.
> 
> Please keep this list sorted alphabetically.
>
Sorry attached wrong version of the patch.
Actually commited vesrion (rev 214012), has alphabetical order

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 214011)
+++ ChangeLog	(revision 214012)
@@ -1,3 +1,7 @@
+2014-08-15  Ilya Tocar  <tocarip@gmail.com> 
+
+	* MAINTAINERS (Write After Approval): Add myself.
+
 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.
Index: MAINTAINERS
===================================================================
--- MAINTAINERS	(revision 214011)
+++ MAINTAINERS	(revision 214012)
@@ -555,6 +555,7 @@
 Kresten Krab Thorup				krab@gcc.gnu.org
 Caroline Tice					cmtice@google.com
 Kyrylo Tkachov					kyrylo.tkachov@arm.com
+Ilya Tocar					tocarip@gmail.com
 Konrad Trifunovic				konrad.trifunovic@inria.fr
 Markus Trippelsdorf				markus@trippelsdorf.de
 David Ung					davidu@mips.com

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

* [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
@ 2014-08-15 12:41 Ilya Verbin
  0 siblings, 0 replies; 6+ messages in thread
From: Ilya Verbin @ 2014-08-15 12:41 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch adds myself to the MAINTAINERS file.  Commmitted as 214017.


Index: MAINTAINERS
===================================================================
--- MAINTAINERS	(revision 214014)
+++ MAINTAINERS	(working copy)
@@ -561,6 +561,7 @@
 David Ung					davidu@mips.com
 Neil Vachharajani				nvachhar@gmail.com
 Kris Van Hees					kris.van.hees@oracle.com
+Ilya Verbin					iverbin@gmail.com
 Kugan Vivekanandarajah				kuganv@linaro.org	
 Tom de Vries					tom@codesourcery.com
 Nenad Vukicevic					nenad@intrepid.com


  -- Ilya

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

* [COMMITTED] Add myself to MAINTAINERS file (Write After Approval)
@ 2014-08-01 14:44 Jiong Wang
  0 siblings, 0 replies; 6+ messages in thread
From: Jiong Wang @ 2014-08-01 14:44 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch adds myself to the MAINTAINERS file (Write After Approval).  Commmitted as 213481

Thanks.

-- Jiong

Index: MAINTAINERS
===================================================================
--- MAINTAINERS (revision 213472)
+++ MAINTAINERS (working copy)
@@ -564,6 +564,7 @@
  Tom de Vries                                   tom@codesourcery.com
  Nenad Vukicevic                                        nenad@intrepid.com
  Feng Wang                                      fengwang@nudt.edu.cn
+Jiong Wang                                     jiong.wang@arm.com
  Stephen M. Webb                                        stephen.webb@bregmasoft.com
  John Wehle                                     john@feith.com
  Florian Weimer                                 fw@deneb.enyo.de


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

end of thread, other threads:[~2014-08-15 12:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-15 10:42 [COMMITTED] Add myself to MAINTAINERS file (Write After Approval) Ilya Tocar
2014-08-15 11:44 ` Richard Biener
2014-08-15 11:47   ` Jakub Jelinek
2014-08-15 11:49   ` Ilya Tocar
  -- strict thread matches above, loose matches on Subject: below --
2014-08-15 12:41 Ilya Verbin
2014-08-01 14:44 Jiong Wang

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 read-only IMAP folder(s) and NNTP newsgroup(s).