On 6/13/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
> > then running: git log --pretty=raw -z --parents --boundary HEAD > tmp.txt Isn't that a bit unfair? You should have passed "--pretty=raw" to rev-list, too. Since you already have that tree, could you try rev-list _with_ "--pretty=raw", just for comparison?
Of course, here we are running: git rev-list --pretty=raw --parents --boundary HEAD > tmp.txt times are: 1,16s - 1,11s - 1,13s BTW this performance gap seems to exsist only under Windows, under Linux if I remember correctly (cannot test now) the difference is smaller. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html