From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98252 invoked by alias); 12 Jun 2016 06:00:48 -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 97009 invoked by uid 89); 12 Jun 2016 05:59:48 -0000 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 Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 12 Jun 2016 05:59:47 +0000 Received: by mail-pa0-f51.google.com with SMTP id b13so13363166pat.0 for ; Sat, 11 Jun 2016 22:59:47 -0700 (PDT) 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) Received: from [192.168.0.100] (140-113-68-54.Dorm8.NCTU.edu.tw. [140.113.68.54]) by smtp.gmail.com with ESMTPSA id fj13sm28367480pab.0.2016.06.11.22.59.44 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Jun 2016 22:59:45 -0700 (PDT) To: cygwin@cygwin.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 09:48:00 -0000 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 X-SW-Source: 2016-06/txt/msg00182.txt.bz2 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