Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builtin-commit: Refresh cache after adding files.
We have promised our users that after running git-status or git-commit the index will be refreshed for a long time since these commands were introduced. Do refresh the index before writing it out to keep the promise. Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information