author | Alexandre Julliard <julliard@winehq.org> | |
Tue, 24 Jul 2007 10:12:47 +0000 (12:12 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Jul 2007 10:16:26 +0000 (03:16 -0700) | ||
commit | 93c22eeb30d2f43fc1e7a397e71f9bf8fb767962 | |
tree | e2baa5b799789d93b73bc7a19a3dc89d6698bae1 | tree | snapshot |
parent | 1130845be8b72aa47b7264186c16d788d52fda63 | commit | diff |
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>
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 | diff | blob | history |