Improve perfomance and usability when updating many files
authorJonas Fonseca <fonseca@diku.dk>
Thu, 27 Mar 2008 19:44:23 +0000 (20:44 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 27 Mar 2008 19:45:22 +0000 (20:45 +0100)
commitcbbd7f62503d2aa28a268540a3491933d0d7171d
tree47c1de57a7deb397510f8ef8f90c126afa1f72f4
parent318628193256a71ffe9a7a9f595ad1c8e74b239f
Improve perfomance and usability when updating many files

Split the update function into one for single file and all files in a
section so that only one fork of update-index is required in both cases.

Show progress for long running updates (e.g. importing the Linux kernel)
where git needs to hash many objects (>20k).
tig.c