* [PATCH] git-rm: Trivial fix for a comment typo.
@ 2007-04-16 8:17 Steven Grimm
0 siblings, 0 replies; only message in thread
From: Steven Grimm @ 2007-04-16 8:17 UTC (permalink / raw)
To: git
Signed-off-by: Steven Grimm <koreth@midwinter.com>
---
builtin-rm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin-rm.c b/builtin-rm.c
index 71166fb..d2b91cc 100644
--- a/builtin-rm.c
+++ b/builtin-rm.c
@@ -183,7 +183,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
* 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.
--
1.5.1.1.99.g0ea98
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-16 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-16 8:17 [PATCH] git-rm: Trivial fix for a comment typo Steven Grimm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.