On Wed, Apr 10, 2013 at 7:35 AM, John Keeping wrote:
> On Wed, Apr 10, 2013 at 06:13:06AM -0400, Eric Sunshine wrote:
>> On Wed, Apr 10, 2013 at 2:57 AM, Felipe Contreras
>> wrote:
>> > we traverse the words ourselves both in __gitcompadd, and __gitcomp_1.
>>
>> s/ourselves/ourself/
>
> Huh? "we
On Wed, Apr 10, 2013 at 06:13:06AM -0400, Eric Sunshine wrote:
> On Wed, Apr 10, 2013 at 2:57 AM, Felipe Contreras
> wrote:
> > we traverse the words ourselves both in __gitcompadd, and __gitcomp_1.
>
> s/ourselves/ourself/
Huh? "we traverse ... ourselves" is correct since "ourselves" is
associ
On Wed, Apr 10, 2013 at 2:57 AM, Felipe Contreras
wrote:
> There's no point in calling a separate function that is only used in one
> place. Specially considering that there's no need to call compgen, and
s/Specially/Especially/
> we traverse the words ourselves both in __gitcompadd, and __gitco
There's no point in calling a separate function that is only used in one
place. Specially considering that there's no need to call compgen, and
we traverse the words ourselves both in __gitcompadd, and __gitcomp_1.
So lets squash the functions together, and traverse only once.
This improves perfo
4 matches
Mail list logo