From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nguyen Thai Ngoc Duy" Subject: Re: git's is_inside_git_dir too strict? Date: Sat, 10 Mar 2007 18:49:50 +0700 Message-ID: References: <20070309120001.GA32300@moooo.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: "Matthias Lederhofer" , git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Mar 10 12:50:11 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 1HQ05P-0001Vj-KT for gcvg-git@gmane.org; Sat, 10 Mar 2007 12:50:08 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932535AbXCJLtx (ORCPT ); Sat, 10 Mar 2007 06:49:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752819AbXCJLtx (ORCPT ); Sat, 10 Mar 2007 06:49:53 -0500 Received: from an-out-0708.google.com ([209.85.132.243]:46161 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752820AbXCJLtv (ORCPT ); Sat, 10 Mar 2007 06:49:51 -0500 Received: by an-out-0708.google.com with SMTP id b33so1008119ana for ; Sat, 10 Mar 2007 03:49:51 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mi3F73+E5X8qYQqDrgK8cQ6LeBobZZHzJfGubVgfAHTTY6IoOJmJ7T8Rc+flD6DH6+sbNl/qcNm/nESDpjMEdO79StmmHuXK7COIg1q4kgdrnBuoOtEMVqiWoV8iGzKWLCZM1GIt5ps+4id5vZPmgEZioyk/BKX27RV4Q4kn6e0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=taaQRv72RHZwRU1KW2OA6dgwpd/n3SgQLNG0vRzUK5VLmVlAHZkAG4KusVx0uIusC4nlbV1QaYbHNk933ZqeCXgnnSwv1V9T+COlRA0ayftkilbwxtfeEvDRzhXMrbSFUlK7UpwrnvAb7s+mNOAT5axygDK3dqzcZkxiUwAl7D4= Received: by 10.114.131.2 with SMTP id e2mr168170wad.1173527390832; Sat, 10 Mar 2007 03:49:50 -0800 (PST) Received: by 10.115.19.15 with HTTP; Sat, 10 Mar 2007 03:49:50 -0800 (PST) In-Reply-To: <20070309120001.GA32300@moooo.ath.cx> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 3/9/07, Matthias Lederhofer wrote: > Nguyen Thai Ngoc Duy wrote: > > By the way, is it plausible to add --git-workdir option to specify > > working directory? With that option, I won't need to chdir to the > > working directory, run git commands and chdir back. > > http://article.gmane.org/gmane.comp.version-control.git/38382 > Since I did not need this feature that much and no one replied that > there is any interest I did not look any further into it. > You obviously have a fan now :) Are you going to rework the patch? I think I could finish it if you don't have time for it. FYI, the patch seems not working ("Not below specified working directory") -- Duy