X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-status.txt;h=e9e193f00866f97b341eebc80ef85e6de9ca3727;hb=5a27b3211a37ca283738c3f114e8123393d1518a;hp=7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d;hpb=31fcd63c4a0c07f110c6adc600da2671bc566f36;p=git.git diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 7f86d8cd5..e9e193f00 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -3,7 +3,7 @@ git-status(1) NAME ---- -git-status - Show working tree status +git-status - Show the working tree status SYNOPSIS @@ -15,7 +15,7 @@ DESCRIPTION Examines paths in the working tree that has changes unrecorded to the index file, and changes between the index file and the current HEAD commit. The former paths are what you _could_ -commit by running 'git-update-index' before running 'git +commit by running 'git add' before running 'git commit', and the latter paths are what you _would_ commit by running 'git commit'.