X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-rm.txt;h=be61a821642ada0a0e8e3303aa81463c716fd970;hb=ee787400de25ed419f40e70698ba35db475b2d61;hp=a65f24a0f698eb801ac43bba5aa7dc746e96edc0;hpb=cdd5b82ee8e6941eee9c7b09df63c44789fd5c4b;p=git.git diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt index a65f24a0f..be61a8216 100644 --- a/Documentation/git-rm.txt +++ b/Documentation/git-rm.txt @@ -14,7 +14,8 @@ DESCRIPTION Remove files from the working tree and from the index. The files have to be identical to the tip of the branch, and no updates to its contents must have been placed in the staging -area (aka index). +area (aka index). When --cached is given, the staged content has to +match either the tip of the branch *or* the file on disk. OPTIONS @@ -95,4 +96,3 @@ Documentation by Junio C Hamano and the git-list . GIT --- Part of the gitlink:git[7] suite -