summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e2c6de1)
raw | patch | inline | side by side (parent: e2c6de1)
author | Steve Hoelzer <shoelzer@gmail.com> | |
Tue, 7 Aug 2007 17:38:29 +0000 (12:38 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 7 Aug 2007 20:49:33 +0000 (13:49 -0700) |
Signed-off-by: Steve Hoelzer <shoelzer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt | patch | blob | history |
index 14e76d77458d1f9be2452a5c45baacf6648b8924..05f40cff6cbaa9d8a08176a5a601b7e43d17e5bf 100644 (file)
list::
List the stashes that you currently have. Each 'stash' is listed
- with its name (e.g. `stash@\{0}` is the latest stash, `stash@\{1} is
+ with its name (e.g. `stash@\{0}` is the latest stash, `stash@\{1}` is
the one before, etc.), the name of the branch that was current when the
stash was made, and a short description of the commit the stash was
based on.