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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=NC2 mZhPk3F61I7yc0d5wjGXo/gPDwDiPZiaJM+iUExtpbwUJ4bFCxyQh7l13NTNyLA2 gIHBzAlK11i/Lx1fCMpHOOF5Zi8tXp/TaE5eZRLvBYfOhjApm5UqG1MuDEIGwLYY XHwcEPNC/9TNDvZkQ0swbi812LfTZyTfdKQJ8dp8= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=iJwso5KPk OlyWCLJbwPXC/ryuck=; b=Q4E0QetKRlUwApPmt5NDuoZktqwV+S3CvDMLAjqpn sYdjTBIMbWUdF6oNIyudDY5IXUimLu7A2tMO/GT6VVzSD23FFjqmSGRzUsS3tRw9 +Dv0/71568S0XhYeVBRvbH1Co5B0YlV4WCb1HVFv5nHzo9dDAnU54YOur35PdrTt uk= 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.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=0297, 20160421, 2.5.1, 2016-04-21 X-HELO: mail-pa0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=BhOZXHpUH9NjwpH4OU3QYEJ8uWpZKTTHU5q95fIuvP4=; b=TMjMnhO1gVgbjfP/SfWFDjaq8ZdYhmyNja/4o0rCzlYl17pfGvTxVQGuJRfWWVGaFe QcyvYO/bMMITq8sDogpZYjaSDE11s7tV9R+H1r2F8mIWDERi7YQUll6kAMN2ImluwaLh 1oksJc+2Nbm2Rh7DE84TgohMkX8A4eBrovInMQDRRC1lUAeIj8A8b2ZfyZicbukMeWyC q+R9lZ6Uv5jFbvrUhJRxxxe6u3iGSUlKr+3r0xifES2htz5cX9joW3hQI77Lgqw1DyDO mr+Ob2YiFF9GFY8tSZrz7UGzfq3n9X8WGF30GvgRkwEIQwHPFYczYiIq3QGiO4Xv/zDu 3WKw== X-Gm-Message-State: ALyK8tK/KouDP8x49FYm+LaUGeQ3/38cUuQucB5jjO42aLRirthZ2FDPNy8fFWPmE6KT2Q== X-Received: by 10.66.52.11 with SMTP id p11mr13254956pao.155.1465711185554; Sat, 11 Jun 2016 22:59:45 -0700 (PDT) To: cygwin AT cygwin DOT com From: lnishan Subject: git 2.8.3: git stash: Cannot save the current index state Message-ID: <8527fa56-c0a9-be0c-255e-ef71b1d1a9ac@gmail.com> Date: Sun, 12 Jun 2016 13:59:42 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello, 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 Additional information: `uname -a` => 'CYGWIN_NT-10.0 DESKTOP-69E6675 2.5.1(0.297/5/3) 2016-04-21 22:14 x86_64 Cygwin' OS: Windows 10 Enterprise (64bit) Sincerely, lnishan -- 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