git stash doesn't always save work dir as-is: bug?

2016-06-20 Thread Mathieu Giorgino
Is there a reason this e-mail never received an answer ? http://permalink.gmane.org/gmane.comp.version-control.git/234153 Isn't this a bug ? Thanks, -- Mathieu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo

Re: git stash doesn't always save work dir as-is: bug?

2014-08-27 Thread Dan Lenski
Chris Torek chris.torek at gmail.com writes: When git stash does its work, if the index and the work directory are out of sync, but the work directory is in sync with the HEAD commit, the work directory commit does not contain the file in its work-directory state, but rather in its

git stash doesn't always save work dir as-is: bug?

2013-09-07 Thread Chris Torek
When git stash does its work, if the index and the work directory are out of sync, but the work directory is in sync with the HEAD commit, the work directory commit does not contain the file in its work-directory state, but rather in its index-state. This seems wrong. For instance, git stash