X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-reset.txt;h=6abaeac28cb70bcff809c803d732f79630c8046f;hb=0e25790f1d9cbbcac5dc6fbcea3096c3590f45d7;hp=fac59c972659111aa2bba365c6aba94577d95702;hpb=e38f892d1832977511c4e7c82204c7f94c3a3232;p=git.git diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index fac59c972..6abaeac28 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -37,7 +37,7 @@ OPTIONS --soft:: Does not touch the index file nor the working tree at all, but requires them to be in a good order. This leaves all your changed - files "Changes to be committed", as linkgit:git-status[1] would + files "Changes to be committed", as 'git-status' would put it. --hard:: @@ -195,7 +195,7 @@ $ git add frotz.c <3> Author ------ -Written by Junio C Hamano and Linus Torvalds +Written by Junio C Hamano and Linus Torvalds Documentation -------------- @@ -203,4 +203,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite