From 60fdd95b95ff4918ee4ce8b2086dbd2098c6492c Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 10 Apr 2012 16:22:30 +0700 Subject: [PATCH] Fix some typos --- doc/fugitive.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index e102f91..be2ec07 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -40,8 +40,8 @@ that are part of Git repositories). - |:Git| add - |:Git| reset (staged files) C |:Gcommit| - cA |Gcommit| --amend --reuse-message=HEAD - ca |Gcommit| --amend + cA |:Gcommit| --amend --reuse-message=HEAD + ca |:Gcommit| --amend D |:Gdiff| ds |:Gsdiff| dp |:Git!| diff (p for patch; use :Gw to apply)