Thomas Gummerer writes:
> What I currently did is add a environment variable GIT_INDEX_VERSION
> that is used only if there is no index yet, to make sure existing
> repositories aren't affected and still have to be converted explicitly
> by using git update-index.
>
> For the tests I simply did e
Junio C Hamano writes:
> Thomas Gummerer writes:
>
>> Ah ok, I understand. I think it's best to add a GIT_INDEX_VERSION=x
>> config option to config.mak, where x is the index version that should be
>> tested.
>
> Whatever you do, please do not call it GIT_INDEX_VERSION _if_ it is
> only to be u
Thomas Gummerer writes:
> Ah ok, I understand. I think it's best to add a GIT_INDEX_VERSION=x
> config option to config.mak, where x is the index version that should be
> tested.
Whatever you do, please do not call it GIT_INDEX_VERSION _if_ it is
only to be used while testing. Have string "TES
Duy Nguyen writes:
> On Mon, Jul 15, 2013 at 4:30 PM, Thomas Gummerer wrote:
>> Duy Nguyen writes:
>>
>>> On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer
>>> wrote:
t/perf/p0003-index.sh| 59 +
t/t2104-update-index-skip-worktree.sh|1
Ramsay Jones writes:
> Thomas Gummerer wrote:
>> Hi,
>>
>> previous rounds (without api) are at $gmane/202752, $gmane/202923,
>> $gmane/203088 and $gmane/203517, the previous round with api was at
>> $gmane/229732. Thanks to Junio, Duy and Eric for their comments on
>> the previous round.
>
> If
Thomas Gummerer wrote:
> Hi,
>
> previous rounds (without api) are at $gmane/202752, $gmane/202923,
> $gmane/203088 and $gmane/203517, the previous round with api was at
> $gmane/229732. Thanks to Junio, Duy and Eric for their comments on
> the previous round.
If I remember correctly, the origin
On Mon, Jul 15, 2013 at 4:30 PM, Thomas Gummerer wrote:
> Duy Nguyen writes:
>
>> On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer
>> wrote:
>>> t/perf/p0003-index.sh| 59 +
>>> t/t2104-update-index-skip-worktree.sh|1 +
>>
>> For such a big code a
Duy Nguyen writes:
> On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer
> wrote:
>> t/perf/p0003-index.sh| 59 +
>> t/t2104-update-index-skip-worktree.sh|1 +
>
> For such a big code addition, the test part seems modest. Speaking
> from my experience
On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer wrote:
> t/perf/p0003-index.sh| 59 +
> t/t2104-update-index-skip-worktree.sh|1 +
For such a big code addition, the test part seems modest. Speaking
from my experience, I rarely run perf tests and "ma
Hi,
previous rounds (without api) are at $gmane/202752, $gmane/202923,
$gmane/203088 and $gmane/203517, the previous round with api was at
$gmane/229732. Thanks to Junio, Duy and Eric for their comments on
the previous round.
Changes since the previous round:
Add documentation for the index rea
10 matches
Mail list logo