From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87456 invoked by alias); 13 Jun 2016 09:43:41 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 87439 invoked by uid 89); 13 Jun 2016 09:43:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:8527fa5, H*i:sk:8527fa5, H*f:sk:8527fa5 X-HELO: mail-it0-f54.google.com Received: from mail-it0-f54.google.com (HELO mail-it0-f54.google.com) (209.85.214.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jun 2016 09:43:30 +0000 Received: by mail-it0-f54.google.com with SMTP id z189so44549312itg.0 for ; Mon, 13 Jun 2016 02:43:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=prO2a9ZBEtEeXlMtcX295RPD9YK9N+y99KOo5ZlnfVg=; b=iytN1MsWVHJy4rClWLyf7ABcAliPgZFYwRNkZl2do7H5+xjARJEBd177eq4BLscvG/ ftVAyBTLx5cnzmxdoBkORVsvfeQr7PZ8gbR1wYsveYoDGGvdm3er37zEUOla3i/Xzcr3 PvoLMl0017XIWIzvTL2WRaWXHsDHvmg5ifYjHHAoe2NgPVOXr5sH46nqDjmsKf9P08sZ hd/dJXjMDIoabC3fxzT5iub75lPoLgzlS20I4iGrbhz772mTQ4c8rrgZKR9VFnEdndon y7/mMIaBp1DSE6Aagwwe/FYOXJcOBIkCxwYc7XzSHnv6YpX3cIixmRF20DcU3/oc5hut 1GGA== X-Gm-Message-State: ALyK8tKPMo5S7FLELfknhLtS+8d5yO5HCCkrVRNGMvNxzYU2Fsv/vj5BGhzBt2Q69MTefg== X-Received: by 10.36.130.130 with SMTP id t124mr16425563itd.42.1465811008304; Mon, 13 Jun 2016 02:43:28 -0700 (PDT) Received: from dinwoodie.org ([2001:ba8:0:1c0::9:1]) by smtp.gmail.com with ESMTPSA id d191sm6045738ith.10.2016.06.13.02.43.27 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 13 Jun 2016 02:43:27 -0700 (PDT) Date: Mon, 13 Jun 2016 13:28:00 -0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: git 2.8.3: git stash: Cannot save the current index state Message-ID: <20160613094322.GI2345@dinwoodie.org> References: <8527fa56-c0a9-be0c-255e-ef71b1d1a9ac@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8527fa56-c0a9-be0c-255e-ef71b1d1a9ac@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00209.txt.bz2 On Sun, Jun 12, 2016 at 01:59:42PM +0800, lnishan wrote: > It appears that git stash has been broken for a while (since 2.8.1, > maybe earlier). > > Steps to reproduce: > 1. mkdir test; cd test > 2. git init > 3. touch testfile > 4. git add . ; git commit -m "First commit" > 5. echo "123" > testfile > 6. git stash > => Cannot save the current index state Works just fine for me with v2.8.3, so there's clearly something different about your environment. Can you please include the diagnostics specified at: > Problem reports: http://cygwin.com/problems.html It might also be useful to have a copy of your ~/.gitconfig file, if you have one. Adam -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple