]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-rm.c
Merge branch 'maint'
[git.git] / builtin-rm.c
index 6bd82111d25f669616653d655dd940f2bd5c99e7..fdac34f2423409add48706497fa01010219baf72 100644 (file)
@@ -104,7 +104,7 @@ static int check_local_mod(unsigned char *head, int index_only)
                                     "from both the file and the HEAD\n"
                                     "(use -f to force removal)", name);
                else if (!index_only) {
-                       /* It's not dangerous to git-rm --cached a
+                       /* It's not dangerous to "git rm --cached" a
                         * file if the index matches the file or the
                         * HEAD, since it means the deleted content is
                         * still available somewhere.