From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] interpret_nth_last_branch(): avoid traversing the reflogs twice Date: Tue, 20 Jan 2009 00:35:53 -0800 Message-ID: <7v4ozul6hi.fsf@gitster.siamese.dyndns.org> References: <7v8wpcs38c.fsf@gitster.siamese.dyndns.org> <1232163011-20088-1-git-send-email-trast@student.ethz.ch> <200901171438.22504.trast@student.ethz.ch> <7vljt97nld.fsf@gitster.siamese.dyndns.org> <7vmydp5tqj.fsf@gitster.siamese.dyndns.org> <7vprilyt1w.fsf@gitster.siamese.dyndns.org> <7vprijra52.fsf@gitster.siamese.dyndns.org> <7vljt7r9mq.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Rast , git@vger.kernel.org, Johannes Sixt , Johan Herland To: Johannes Schindelin X-From: git-owner@vger.kernel.org Tue Jan 20 09:37:51 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPC7K-00085M-6P for gcvg-git-2@gmane.org; Tue, 20 Jan 2009 09:37:50 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759275AbZATIgH (ORCPT ); Tue, 20 Jan 2009 03:36:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754616AbZATIgG (ORCPT ); Tue, 20 Jan 2009 03:36:06 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:56058 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754440AbZATIgE (ORCPT ); Tue, 20 Jan 2009 03:36:04 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 8ECF21CD1E; Tue, 20 Jan 2009 03:36:02 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 3681C1C8F9; Tue, 20 Jan 2009 03:35:54 -0500 (EST) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 5EE4C5C2-E6CD-11DD-BABC-BE78113D384A-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin writes: > This, together with a removal of the hard-coded limit of 16 could be > squashed with this patch: Yeah, I think that makes very much sense, not because 16 is too small, but because it does not make sense to keep track of all 16 when you asked for the last (or the second from the last) event. Thanks for a free sanity ;-)