git.el: Support for incremental status updates.
commit93c22eeb30d2f43fc1e7a397e71f9bf8fb767962
authorAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jul 2007 10:12:47 +0000 (24 12:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2007 10:16:26 +0000 (24 03:16 -0700)
treee2baa5b799789d93b73bc7a19a3dc89d6698bae1
parent1130845be8b72aa47b7264186c16d788d52fda63
git.el: Support for incremental status updates.

When we know which files have been modified, we can now run diff-index
or ls-files with a file list to refresh only the specified files
instead of the whole project.

This also allows proper refreshing of files upon add/delete/resolve,
instead of making assumptions about the new file state.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/git.el