Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix 'git update-index --verbose --again' output
[gitweb.git]
/
builtin
/
update-index.c
diff --git
a/builtin/update-index.c
b/builtin/update-index.c
index e3a10d706d406845b74b2cc0c9e9a120be6adce0..d180d80c040312bfc569b9c66780bd83664da80d 100644
(file)
--- a/
builtin/update-index.c
+++ b/
builtin/update-index.c
@@
-579,7
+579,7
@@
static int do_reupdate(int ac, const char **av,
* or worse yet 'allow_replace', active_nr may decrease.
*/
save_nr = active_nr;
- update_one(ce->name
+ prefix_length, prefix, prefix_length
);
+ update_one(ce->name
, NULL, 0
);
if (save_nr != active_nr)
goto redo;
}