Browse Source

git-rm: Trivial fix for a comment typo.

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Steven Grimm 18 years ago committed by Junio C Hamano
parent
commit
9474eda6c2
  1. 2
      builtin-rm.c

2
builtin-rm.c

@ -170,7 +170,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix) @@ -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 fm F
* rm F; git rm F
*
* Further, if HEAD commit exists, "diff-index --cached" must
* report no changes unless forced.

Loading…
Cancel
Save