summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b48caa2)
raw | patch | inline | side by side (parent: b48caa2)
author | Steven Grimm <koreth@midwinter.com> | |
Mon, 16 Apr 2007 08:17:32 +0000 (01:17 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 16 Apr 2007 08:23:56 +0000 (01:23 -0700) |
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-rm.c | patch | blob | history |
diff --git a/builtin-rm.c b/builtin-rm.c
index d3de4b54524cc616b12353a180e821ec57c27f1a..b77b058e38c9a2b148f3c4deffa13945ee7daef6 100644 (file)
--- a/builtin-rm.c
+++ b/builtin-rm.c
* must match; but the file can already been removed, since
* this sequence is a natural "novice" way:
*
- * rm F; git fm F
+ * rm F; git rm F
*
* Further, if HEAD commit exists, "diff-index --cached" must
* report no changes unless forced.