From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v5 15/15] fast-export: don't handle uninteresting refs Date: Mon, 26 Nov 2012 14:22:12 -0800 Message-ID: <7vsj7wovhn.fsf@alter.siamese.dyndns.org> References: <1352642392-28387-1-git-send-email-felipe.contreras@gmail.com> <1352642392-28387-16-git-send-email-felipe.contreras@gmail.com> <7vd2z7rj3y.fsf@alter.siamese.dyndns.org> <20121121041735.GE4634@elie.Belkin> <7vfw43pmp7.fsf@alter.siamese.dyndns.org> <20121121194810.GE16280@sigill.intra.peff.net> <7v7gp9udsl.fsf@alter.siamese.dyndns.org> <7vd2z0tfhz.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , Felipe Contreras , Jeff King , Jonathan Nieder , git@vger.kernel.org, Max Horn , Brandon Casey , Brandon Casey , Ilari Liusvaara , Pete Wyckoff , Ben Walton , Matthieu Moy , Julian Phillips To: Sverre Rabbelier X-From: git-owner@vger.kernel.org Mon Nov 26 23:22:33 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Td74R-0005z3-8D for gcvg-git-2@plane.gmane.org; Mon, 26 Nov 2012 23:22:31 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932089Ab2KZWWP (ORCPT ); Mon, 26 Nov 2012 17:22:15 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:56240 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932069Ab2KZWWO (ORCPT ); Mon, 26 Nov 2012 17:22:14 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 50408A8B0; Mon, 26 Nov 2012 17:22:14 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=uD2JKK1qsg6YmiYTyF1NPJs+KlE=; b=RlwyaH +WpcwAiY9OU/TMvWzxmpe/k8BTjbB+/LUsCXWcpqxKtedWn2/WCFHBofyaFEHgTm lyPGjt6OK8zkQ+JfiC9g+zO6UQh1wHgAE/M0PeNoEY9oJP1zNEX3yJWv2yC7s3mL un5eMYZRlvyKcenNPEmL25HPpJTkY4ZH2KgrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=C2p6jDePF3ckZrbs/t5xrs6RtBY0LUK3 OdmQ1lS1E/vEWEKoQKPPkTv9KCKYdUqxz17NPxvnnwwvWP1g7LZeQtwHcOLbZWVt Aw1QNIUuPdqFlBovx8O+PQoADE+uNSLkZaRJ+YA2do+43hkN+NEMu7gU5yvAeENS iTQzRpUTlZs= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 327F7A8AE; Mon, 26 Nov 2012 17:22:14 -0500 (EST) Received: from pobox.com (unknown [98.234.214.94]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 7EBCFA8A8; Mon, 26 Nov 2012 17:22:13 -0500 (EST) In-Reply-To: (Sverre Rabbelier's message of "Mon, 26 Nov 2012 13:46:55 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: BA4CF264-3817-11E2-9036-C2612E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Sverre Rabbelier writes: > On Mon, Nov 26, 2012 at 11:26 AM, Johannes Schindelin > wrote: >>> We added rev_cmdline_info since then so that we can tell what refs >>> were given from the command line in what way, and I thought that we >>> applied a patch from Sverre that uses it instead of the object >>> flags. Am I misremembering things? >> >> It does sound so familiar that I am intended to claim that you remember >> things correctly. > > FWIW, I implemented that in > http://thread.gmane.org/gmane.comp.version-control.git/184874 but > didn't do the work to get it merged. Ah, OK. Should I expect an updated series then? How would it interact with the recent work by Felipe?