On Thu, May 5, 2011 at 1:13 PM, Sverre Rabbelier <srabbelier@xxxxxxxxx> wrote: > Heya, > > On Thu, May 5, 2011 at 03:35, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> * "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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html