Code

RelNotes-1.5.3.5: fix typo
[git.git] / Documentation / git-rm.txt
index 78f45dca2e37415cbeafb02db559edc6ca511d51..be61a821642ada0a0e8e3303aa81463c716fd970 100644 (file)
@@ -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