diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-04 22:09:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-04 22:10:14 -0700 |
commit | 114fd812f78ea375ee6782d4ff0203f3ae20b076 (patch) | |
tree | 4ce28ecc65a0f21e265f66f6e58a0adb3a9b30e9 /Documentation/git-stash.txt | |
parent | 1308c17b3e6bd3f5636f5b9bcadb2fbdf559009d (diff) | |
download | git-114fd812f78ea375ee6782d4ff0203f3ae20b076.tar.gz git-114fd812f78ea375ee6782d4ff0203f3ae20b076.tar.xz |
Fix git-stash(1) markup.
Noticed by Randal L. Schwartz.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stash.txt')
-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 35888b43c..ad95ed9ce 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 |