X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-stash.txt;h=05f40cff6cbaa9d8a08176a5a601b7e43d17e5bf;hb=04222b245c5e0d49242ef1ca995fadd5fa082cd3;hp=14e76d77458d1f9be2452a5c45baacf6648b8924;hpb=e2c6de1c62373bd4aecf00e91ea7982c8fd6807e;p=git.git diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 14e76d774..05f40cff6 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -45,7 +45,7 @@ save:: 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.