* Improving Readability of the entire Codebase
@ 2015-05-01 15:08 Alangi Derick
2015-05-01 15:35 ` Stefan Beller
0 siblings, 1 reply; 5+ messages in thread
From: Alangi Derick @ 2015-05-01 15:08 UTC (permalink / raw)
To: git
Hello,
While reading the source codes of Git, i found something. Some
sentences and words are not in their correct cases. For example like
starting a sentence with a lower case whereas it should be in upper
case. I want to go through the entire code base and correct the cases
of these letters to improve on readability. I will also use this
opportunity to learn the source codes and familiarize myself with the
code base. If its a nice idea, someone should please give me the go
ahead. I will be waiting.
Regards
Alangi Derick Ndimnain
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Improving Readability of the entire Codebase
2015-05-01 15:08 Improving Readability of the entire Codebase Alangi Derick
@ 2015-05-01 15:35 ` Stefan Beller
2015-05-01 15:37 ` Alangi Derick
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Beller @ 2015-05-01 15:35 UTC (permalink / raw)
To: Alangi Derick; +Cc: git@vger.kernel.org
On Fri, May 1, 2015 at 8:08 AM, Alangi Derick <alangiderick@gmail.com> wrote:
> Hello,
> While reading the source codes of Git, i found something. Some
> sentences and words are not in their correct cases. For example like
> starting a sentence with a lower case whereas it should be in upper
> case. I want to go through the entire code base and correct the cases
> of these letters to improve on readability. I will also use this
> opportunity to learn the source codes and familiarize myself with the
> code base.
> If its a nice idea, someone should please give me the go
> ahead. I will be waiting.
That's usually the wrong approach within the Git community as
there are no people who give the go ahead.
Just do it and once you have some results these
can be discussed on the mailing list.
>
> Regards
> Alangi Derick Ndimnain
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Improving Readability of the entire Codebase
2015-05-01 15:35 ` Stefan Beller
@ 2015-05-01 15:37 ` Alangi Derick
2015-05-03 19:02 ` Matthieu Moy
0 siblings, 1 reply; 5+ messages in thread
From: Alangi Derick @ 2015-05-01 15:37 UTC (permalink / raw)
To: Stefan Beller; +Cc: git@vger.kernel.org
Thanks so much, i am learning the community, so that is why i am
making a lot of mistakes. Thanks for the correction. I have started it
already and submitted a patch. Can you have a look and tell me
something?
Regards
Alangi Derick Ndimnain
On Fri, May 1, 2015 at 4:35 PM, Stefan Beller <sbeller@google.com> wrote:
> On Fri, May 1, 2015 at 8:08 AM, Alangi Derick <alangiderick@gmail.com> wrote:
>> Hello,
>> While reading the source codes of Git, i found something. Some
>> sentences and words are not in their correct cases. For example like
>> starting a sentence with a lower case whereas it should be in upper
>> case. I want to go through the entire code base and correct the cases
>> of these letters to improve on readability. I will also use this
>> opportunity to learn the source codes and familiarize myself with the
>> code base.
>
>> If its a nice idea, someone should please give me the go
>> ahead. I will be waiting.
>
> That's usually the wrong approach within the Git community as
> there are no people who give the go ahead.
> Just do it and once you have some results these
> can be discussed on the mailing list.
>
>>
>> Regards
>> Alangi Derick Ndimnain
>> --
>> To unsubscribe from this list: send the line "unsubscribe git" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Improving Readability of the entire Codebase
2015-05-01 15:37 ` Alangi Derick
@ 2015-05-03 19:02 ` Matthieu Moy
2015-05-03 19:12 ` Alangi Derick
0 siblings, 1 reply; 5+ messages in thread
From: Matthieu Moy @ 2015-05-03 19:02 UTC (permalink / raw)
To: Alangi Derick; +Cc: Stefan Beller, git@vger.kernel.org
Alangi Derick <alangiderick@gmail.com> writes:
> Thanks so much, i am learning the community, so that is why i am
> making a lot of mistakes. Thanks for the correction. I have started it
> already and submitted a patch. Can you have a look and tell me
> something?
> Regards
> Alangi Derick Ndimnain
>
>
> On Fri, May 1, 2015 at 4:35 PM, Stefan Beller <sbeller@google.com> wrote:
Please, don't top-post on this list. Quote the part of the message
you're replying to, and reply below. See how old-timers are doing ;-).
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Improving Readability of the entire Codebase
2015-05-03 19:02 ` Matthieu Moy
@ 2015-05-03 19:12 ` Alangi Derick
0 siblings, 0 replies; 5+ messages in thread
From: Alangi Derick @ 2015-05-03 19:12 UTC (permalink / raw)
To: Matthieu Moy; +Cc: Stefan Beller, git@vger.kernel.org
Regards
Alangi Derick Ndimnain
On Sun, May 3, 2015 at 8:02 PM, Matthieu Moy
<Matthieu.Moy@grenoble-inp.fr> wrote:
> Alangi Derick <alangiderick@gmail.com> writes:
>
>> Thanks so much, i am learning the community, so that is why i am
>> making a lot of mistakes. Thanks for the correction. I have started it
>> already and submitted a patch. Can you have a look and tell me
>> something?
>> Regards
>> Alangi Derick Ndimnain
>>
>>
>> On Fri, May 1, 2015 at 4:35 PM, Stefan Beller <sbeller@google.com> wrote:
>
> Please, don't top-post on this list. Quote the part of the message
> you're replying to, and reply below. See how old-timers are doing ;-).
Thanks so much. I never knew it but now that you have told me, i will
respect the rules.
>
> --
> Matthieu Moy
> http://www-verimag.imag.fr/~moy/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-05-03 19:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 15:08 Improving Readability of the entire Codebase Alangi Derick
2015-05-01 15:35 ` Stefan Beller
2015-05-01 15:37 ` Alangi Derick
2015-05-03 19:02 ` Matthieu Moy
2015-05-03 19:12 ` Alangi Derick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox