# File lib/grit/git-ruby.rb, line 211
def
file_index
@git_file_index
||=
FileIndex
.
new
(
@git_dir
)
end