X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-status.txt;h=3ea269aa7a192d9f48ad2dc71f9cd790634c7852;hb=9de328fea951eca9524feaa5eb55762467df6b98;hp=5c5a480ec45d181a548a39c8a88dba3e3692eaa8;hpb=bd8ff616c998da8b08bd59b47644408048b3016d;p=git.git diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 5c5a480ec..3ea269aa7 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -15,7 +15,7 @@ DESCRIPTION Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not -tracked by git (and are not ignored by gitlink:gitignore[5]). The first +tracked by git (and are not ignored by linkgit:gitignore[5]). The first are what you _would_ commit by running `git commit`; the second and third are what you _could_ commit by running `git add` before running `git commit`. @@ -54,7 +54,7 @@ directory. See Also -------- -gitlink:gitignore[5] +linkgit:gitignore[5] Author ------ @@ -67,4 +67,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list