From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: git question: how do I get a specific git version into my working directory? Date: Sat, 18 Apr 2015 16:20:01 +0300 Message-ID: <55325A01.6070508@yandex.ru> References: <20150418103301.GB4182@acm.fritz.box> <86sibx7hos.fsf@dod.no> <83twwd7gl9.fsf@gnu.org> <20150418131607.GD4182@acm.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1429363220 12304 80.91.229.3 (18 Apr 2015 13:20:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Apr 2015 13:20:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 18 15:20:15 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YjSfO-0002ve-Nt for ged-emacs-devel@m.gmane.org; Sat, 18 Apr 2015 15:20:14 +0200 Original-Received: from localhost ([::1]:45698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjSfO-0004RM-1y for ged-emacs-devel@m.gmane.org; Sat, 18 Apr 2015 09:20:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjSfK-0004RE-Cq for emacs-devel@gnu.org; Sat, 18 Apr 2015 09:20:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjSfF-0006Oy-ER for emacs-devel@gnu.org; Sat, 18 Apr 2015 09:20:10 -0400 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:38055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjSfF-0006NQ-6r; Sat, 18 Apr 2015 09:20:05 -0400 Original-Received: by wiun10 with SMTP id n10so46889085wiu.1; Sat, 18 Apr 2015 06:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=km5Q/8ZIy3TVGMiEObBRmMfMF44PpHp6m+dcHdWCzt4=; b=IrHbGlKNViFi/C14UNV/pPtelkOFWyrQW7q4rfL/5ux0SS5WK1CAWrEIedO5kkSYyQ sCRti077kfpaaFTWdjTY8Own5C7GG3hXMJkB4ZU+X+PT08t/AMfMTCvBPLn15M/CUTnu NvG9Z2wYnq5IU3ibxBd7E8hJwcncTiHKO9u/s8eehPCeh673Q2d8WMzZnWUEd2nHPEeY 2+BaxjkTqBgrsOfMRX3ZwPYI2nz52H1oQSXoSjVAFcqB277oDcOsbdhRquFujtmCkbfp 14SvvxbW2ycaNAgLJrLnhgjgoDR6GbYgnNGYAjLjO1/J3vmTUzDnqBDzjEIbQh1+F5LY RTiw== X-Received: by 10.180.20.14 with SMTP id j14mr9596608wie.45.1429363204651; Sat, 18 Apr 2015 06:20:04 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id wr2sm18929807wjb.45.2015.04.18.06.20.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Apr 2015 06:20:04 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <20150418131607.GD4182@acm.fritz.box> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185578 Archived-At: On 04/18/2015 04:16 PM, Alan Mackenzie wrote: > I'm aware of it, now! Given that I'm not intending to do any VCS > operation on this, other than "git checkout ", I should > be all right, surely? I'm expecting (?hoping) that on switching back to > the HEAD revision, the detached head (?all detached heads) will vanish. You'll have to switch back to a specific branch. Switching to HEAD is a no-op.