projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48caa2
)
git-rm: Trivial fix for a comment typo.
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>
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
@@
-170,7
+170,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
f
m F
+ * rm F; git
r
m F
*
* Further, if HEAD commit exists, "diff-index --cached" must
* report no changes unless forced.