On 7/4/06, Marco Costalba [off-list ref] wrote:
On 7/4/06, Junio C Hamano [off-list ref] wrote:
quoted
"Marco Costalba" [off-list ref] writes:
I have started to implement the feature suggested by Jakub (patch in
working dir only, not committed).
Ok. I have pushed two patches, the first with support for applying a
patch series in working dir only, i.e. without to create new commits,
the second to add "branch that a rev belongs to" info as in gitk, near
tags information was already there.
The difference with gitk is that only loaded branch/tags are
considered, this is to better scale.
Anyhow, due to little tricks ;-) , indexing is very fast, about 250ms
to index the whole Linux tree on my box.
Marco