X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-runstatus.txt;h=8bb52f46872194783148851ca2fe81dfb9d13bf7;hb=99f171bb7ac5032dde256c02476240c0d019a5fe;hp=89d7b9273107d64eb88e81e07c188e00ea1f9074;hpb=fd931411c0635ca5e7968bd2981457056b49062b;p=git.git diff --git a/Documentation/git-runstatus.txt b/Documentation/git-runstatus.txt index 89d7b9273..8bb52f468 100644 --- a/Documentation/git-runstatus.txt +++ b/Documentation/git-runstatus.txt @@ -16,7 +16,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' (or 'git rm' if you are deleting) before running 'git commit', and the latter paths are what you _would_ commit by running 'git commit'.