# File lib/grit/git.rb, line 102
def
fs_read
(
file
)
File
.
read
(
File
.
join
(
self
.
git_dir
,
file
))
end