X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=LCzM xAR8Xnm2vxEsFd+1ZJy7iDPrMHStImeizY6ZZvsuRHOvswkmPh0VhzPUpxDKx3Ld lNko1PLmSTNPWVp+nsecSiAgUoYCPpOEK6+zkR1zsxwm/VphRRtgVThlhLvA5I/5 t4Kr5XCEtCRT9UKdZVTdiWyG0nD4P4XK2kPfiD0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=V5B/1ORViH prEwMthGynlpyCmZc=; b=a8Rqz420HbjqSXpmEpeN9ZbkoAHmcnZ4dBx5dOey9p bv5h18ZXuWsP9pDNFR6LPq5RMt1NCNgArC7CRq5F+ZKKaWB3t+Jb5BnnhmAwpqBm JlIT8DtCUhfm2ZLeiweJ0zOr+CmR8Hya3VUbK+C36aUS9mII1QuUihLKCJtzzjRI o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Date: Mon, 13 Jun 2016 10:43:22 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT 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 AT gmail DOT 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 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