diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-05 07:09:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-05 07:10:14 +0200 |
commit | 114fd812f78ea375ee6782d4ff0203f3ae20b076 (patch) | |
tree | 4ce28ecc65a0f21e265f66f6e58a0adb3a9b30e9 | |
parent | Allow rebase to run if upstream is completely merged (diff) | |
download | git-114fd812f78ea375ee6782d4ff0203f3ae20b076.tar.xz git-114fd812f78ea375ee6782d4ff0203f3ae20b076.zip |
Fix git-stash(1) markup.
Noticed by Randal L. Schwartz.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-stash.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |