Re: [ANNOUNCE] Git 1.7.5.1
From: Piotr Krukowiecki <hidden>
Date: 2016-06-15 22:51:10
On Thu, May 5, 2011 at 1:13 PM, Sverre Rabbelier [off-list ref] wrote:
Heya, On Thu, May 5, 2011 at 03:35, Junio C Hamano [off-list ref] wrote:quoted
* "git stash apply" used to refuse to work if there was any change in the working tree, even when the change did not overlap with the change the stash recorded.Does this mean that I won't get the "you have unstaged changes, please add them" message anymore for the non-overlapping case? If so, nice!
I think this also partially fixes problem with git-svn and concurrency described here: http://article.gmane.org/gmane.comp.version-control.git/171481 git-svn now works correctly if during dcommit someone else made a change to svn repository but the change did not touch dcommited file. It still stops and looses history if change was in the same file. Thanks, -- Piotr Krukowiecki