Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename add_file_to_index() to add_file_to_cache()
[gitweb.git]
/
builtin-mv.c
diff --git
a/builtin-mv.c
b/builtin-mv.c
index 737af350b873e90c787cb49960236fc19b62a3bf..c4ab4784cece771074c43580bf1874b92b11a249 100644
(file)
--- a/
builtin-mv.c
+++ b/
builtin-mv.c
@@
-273,7
+273,7
@@
int cmd_mv(int argc, const char **argv, const char *prefix)
for (i = 0; i < added.nr; i++) {
const char *path = added.items[i].path;
- add_file_to_
index
(path, verbose);
+ add_file_to_
cache
(path, verbose);
}
for (i = 0; i < deleted.nr; i++) {