Hi,
I experience difference in behavior between `git stash show stash@{0}` and `git
show stash@{0}`:
-----------------------------------------------------
# git stash show --name-status stash@{0}
A a
M conflict.js
# git show --name-status stash@{0}
commit 05aa170746dc4e060f10710a92aed4592276f2d4
Merge: 737f544 7c2160f
Author: Kirill Likhodedov <[email protected]>
Date: Wed Mar 20 18:56:28 2013 +0400
WIP on master: 737f544 master
MM conflict.js
-----------------------------------------------------
The first gives the correct result, while the second doesn't show the addition.
Is it a bug, or I'm just missing something?
Thanks a lot!
Kirill.--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html