From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 2/2] Teach name-rev to identify revisions containing a certain blob Date: Sun, 18 Feb 2007 00:34:15 -0800 Message-ID: <7vmz3bj248.fsf@assigned-by-dhcp.cox.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Mike Coleman , junkio@cox.net To: Johannes Schindelin X-From: git-owner@vger.kernel.org Sun Feb 18 09:34:22 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HIhUz-0006W3-8l for gcvg-git@gmane.org; Sun, 18 Feb 2007 09:34:21 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161147AbXBRIeT (ORCPT ); Sun, 18 Feb 2007 03:34:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161149AbXBRIeT (ORCPT ); Sun, 18 Feb 2007 03:34:19 -0500 Received: from fed1rmmtao106.cox.net ([68.230.241.40]:45623 "EHLO fed1rmmtao106.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161147AbXBRIeQ (ORCPT ); Sun, 18 Feb 2007 03:34:16 -0500 Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmmtao106.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070218083415.LKIQ21704.fed1rmmtao106.cox.net@fed1rmimpo02.cox.net>; Sun, 18 Feb 2007 03:34:15 -0500 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo02.cox.net with bizsmtp id QwaF1W00W1kojtg0000000; Sun, 18 Feb 2007 03:34:16 -0500 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Having said what I said in the comments on [PATCH 1/2], I think you are either solving a wrong problem, or even if you are solving the right problem, you are solving in a wrong way in this patch. I do not think Mike wants a way to deal with what he gets in his mailbox from an end user who did this: $ cat a-file-whose-name-was-not-told-to-mike >junk $ mailx mike.coleman | git diff-tree --stdin --raw -r -Z | grep -z that-object-name but an earlier commit abd4e222 needs to be further enhanced to add -Z option that means "output fields are not NUL terminated, output records are", which did not happen.