From 114fd812f78ea375ee6782d4ff0203f3ae20b076 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 4 Jul 2007 22:09:20 -0700 Subject: [PATCH] Fix git-stash(1) markup. Noticed by Randal L. Schwartz. Signed-off-by: Junio C Hamano --- Documentation/git-stash.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 35888b43c8..ad95ed9ce1 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -85,7 +85,7 @@ the `HEAD` commit. The ancestry graph looks like this: .----W / / - ...--H----I + -----H----I where `H` is the `HEAD` commit, `I` is a commit that records the state of the index, and `W` is a commit that records the state of the working -- 2.11.4.GIT