aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-stash.txt
diff options
context:
space:
mode:
authorSteve Hoelzer <shoelzer@gmail.com>2007-08-07 12:38:29 -0500
committerJunio C Hamano <gitster@pobox.com>2007-08-07 13:49:33 -0700
commit3671757546ce78bb04611aa5481c2aa77a1ffc90 (patch)
tree698be89980cc1402cf3631b2f0cd045ec331d4fa /Documentation/git-stash.txt
parente2c6de1c62373bd4aecf00e91ea7982c8fd6807e (diff)
downloadgit-3671757546ce78bb04611aa5481c2aa77a1ffc90.tar.gz
git-stash documentation: add missing backtick
Signed-off-by: Steve Hoelzer <shoelzer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stash.txt')
-rw-r--r--Documentation/git-stash.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 14e76d7745..05f40cff6c 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.