From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?w5h5c3RlaW4=?= Walle Subject: Re: Git autocorrect bug Date: Thu, 5 Jun 2014 06:06:13 +0000 (UTC) Message-ID: References: <1401940145.18134.170.camel@stross> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Jun 05 08:06:32 2014 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 1WsQoo-0006yV-II for gcvg-git-2@plane.gmane.org; Thu, 05 Jun 2014 08:06:30 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751166AbaFEGG1 convert rfc822-to-quoted-printable (ORCPT ); Thu, 5 Jun 2014 02:06:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:48692 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbaFEGG0 (ORCPT ); Thu, 5 Jun 2014 02:06:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WsQoh-0006sv-Qx for git@vger.kernel.org; Thu, 05 Jun 2014 08:06:23 +0200 Received: from 80.156.189.109.customer.cdi.no ([109.189.156.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 08:06:23 +0200 Received: from oystwa by 80.156.189.109.customer.cdi.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2014 08:06:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 109.189.156.80 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: David Turner twopensource.com> writes: >=20 > $ cd [some existing git repo] > $ git git foo > WARNING: You called a Git command named 'git', which does not exist. > Continuing under the assumption that you meant 'init' > in 0.1 seconds automatically... > fatal: internal error: work tree has already been set > Current worktree: /home/dturner/git > New worktree: /home/dturner/git/foo >=20 > (I am extremely unlikely to fix this bug myself, since it only arises= in > very rare circumstances). >=20 >=20 You have help.autocorrect enabled. Then this is expected behaviour (it doesn't seem out of place to me at least) Running `git config --unset help.autocorrect` should disable it. It may be that you enabled it for only one repo by accident. =C3=98sse