From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Move git send-email cover letter temporary file to $GIT_DIR Date: Fri, 21 Dec 2007 22:49:29 -0800 Message-ID: <7vhcib2phi.fsf@gitster.siamese.dyndns.org> References: <7vhcic9e17.fsf@gitster.siamese.dyndns.org> <1198284202-20666-1-git-send-email-hendeby@isy.liu.se> <7vmys3358v.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Junio C Hamano" , "Gustaf Hendeby" , luciano@eurotux.com, git@vger.kernel.org To: "David Symonds" X-From: git-owner@vger.kernel.org Sat Dec 22 07:50:07 2007 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 1J5yBQ-0000N5-Qo for gcvg-git-2@gmane.org; Sat, 22 Dec 2007 07:50:05 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751070AbXLVGtk (ORCPT ); Sat, 22 Dec 2007 01:49:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751229AbXLVGtk (ORCPT ); Sat, 22 Dec 2007 01:49:40 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:46226 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751059AbXLVGtj (ORCPT ); Sat, 22 Dec 2007 01:49:39 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 6C47D6059; Sat, 22 Dec 2007 01:49:36 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id E56796058; Sat, 22 Dec 2007 01:49:30 -0500 (EST) In-Reply-To: (David Symonds's message of "Sat, 22 Dec 2007 12:18:08 +1100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "David Symonds" writes: > On Dec 22, 2007 12:09 PM, Junio C Hamano wrote: >> Don't you have $repo (an instance of Git) at that point? You >> should be able to ask repo_path() about it, shouldn't you? > > Isn't git-send-email still useful outside a Git repo? Then why does it run "rev-parse --git-dir"?