<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Gedare, <br><br>I've provided my full name in the .gitconfig file, also for some reason my gmail is also getting attached as "cc" with the git patch.<br>I had set my name in the config file globally before. Attached screenshot for more details.</div><div><br></div><div>I'm not sure of the reason, Could you please help me out in this?<br></div><div><br>Thanks,<br>Prateek</div><br><div style="border-top: 1px solid rgb(204, 204, 204); height: 0px; margin-top: 10px; margin-bottom: 10px; line-height: 0px;" class="zmail_extra_hr"><br></div><div style="" data-zbluepencil-ignore="true" class="zmail_extra"><br><div id="Zm-_Id_-Sgn1">---- On Tue, 09 Feb 2021 19:36:30 +0530 <b>Gedare Bloom <gedare@rtems.org></b> wrote ----<br></div><br><blockquote style="margin: 0px;"><div>Hi Prateek, <br> <br>On Tue, Feb 9, 2021 at 3:08 AM Prateek Pardeshi <<a href="mailto:prateekp99@zoho.com" target="_blank">prateekp99@zoho.com</a>> wrote: <br>> <br>> From: pp <<a href="mailto:prateekpardeshi6@gmail.com" target="_blank">prateekpardeshi6@gmail.com</a>> <br>> <br>Please provide a full author name in your git.username config setting. <br> <br>> --- <br>>  testsuites/samples/hello/init.c | 47 +++++++++++++++++++++++++++++++-- <br>>  1 file changed, 45 insertions(+), 2 deletions(-) <br>> <br>> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c <br>> index 34ded37c55..47ac4b27d2 100644 <br>> --- a/testsuites/samples/hello/init.c <br>> +++ b/testsuites/samples/hello/init.c <br>> @@ -14,7 +14,7 @@ <br>>  #include <rtems.h> <br>>  #include <tmacros.h> <br>> <br>> -const char rtems_test_name[] = "HELLO WORLD"; <br>> +const char rtems_test_name[] = "HELLO OPEN SOURCE WORLD"; <br>> <br>>  static rtems_task Init( <br>>    rtems_task_argument ignored <br>> @@ -22,7 +22,50 @@ static rtems_task Init( <br>>  { <br>>    rtems_print_printer_fprintf_putc(&rtems_test_printer); <br>>    TEST_BEGIN(); <br>> -  printf( "Hello World\n" ); <br>> + <br>> +  //Printing Hello World for RTEMS <br>> +  printf( "\nHello World, Open Source is amazing!\n\n" ); <br>> + <br>> + <br>> +  /*Starting of Star Pattern Code*/ <br>> +  int x = 0,y = 0; <br>> +  int size = 8; <br>> +  for(x=(size/2); x<=size; x+=2) <br>> +  { <br>> +      for(y=1; y<(size-x); y+=2) <br>> +      { <br>> +          printf(" "); <br>> +      } <br>> +      for(y=1; y<=x; ++y) <br>> +      { <br>> +          printf("*"); <br>> +      } <br>> +      for(y=1; y<=(size-x); ++y) <br>> +      { <br>> +          printf(" "); <br>> +      } <br>> +      for(y=1; y<=x; ++y) <br>> +      { <br>> +          printf("*"); <br>> +      } <br>> +      printf("\n"); <br>> +  } <br>> + <br>> +  for(x=size; x>=1; --x) <br>> +  { <br>> +      for(y=x; y<size; ++y) <br>> +      { <br>> +          printf(" "); <br>> +      } <br>> +      for(y=1; y<=(x*2)-1; ++y) <br>> +      { <br>> +          printf("*"); <br>> +      } <br>> +      printf("\n"); <br>> +  } <br>> +/*End of Star Pattern Code*/ <br>> + <br>> + <br>>    TEST_END(); <br>>    rtems_test_exit( 0 ); <br>>  } <br>> -- <br>> 2.25.1 <br>> <br>> <br>> _______________________________________________ <br>> devel mailing list <br>> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a> <br>> <a href="http://lists.rtems.org/mailman/listinfo/devel" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a> <br></div></blockquote></div><div><br></div></div><br></body></html>