author | Wincent Colaiuta <win@wincent.com> | |
Sat, 22 Dec 2007 17:31:25 +0000 (18:31 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 22 Dec 2007 19:15:22 +0000 (11:15 -0800) | ||
commit | 97bc00a4909fb73eba8a05dc89fe7914d7123245 | |
tree | 85cf7189e3fbccff61c93970be542f05054b84f7 | tree | snapshot |
parent | 2f7ee089dff6e9225dbfca2bdd23efe93e1c0740 | commit | diff |
Emit helpful status for accidental "git stash" save
If the user types "git stash" mistakenly thinking that this will list
their stashes he/she may be surprised to see that it actually saved
a new stash and reset their working tree and index.
In the worst case they might not know how to recover the state. So
help them by telling them exactly what was saved and also how to
restore it immediately.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If the user types "git stash" mistakenly thinking that this will list
their stashes he/she may be surprised to see that it actually saved
a new stash and reset their working tree and index.
In the worst case they might not know how to recover the state. So
help them by telling them exactly what was saved and also how to
restore it immediately.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh | diff | blob | history |