Commits

Daniel Dunbar committed f3c17efed4c
[SourceControl] Add openFileView() to Repository interface. - This implements a `FileSystem` view onto Git repositories. - The current implementation is not at all optimized (although it does cache tree objects), and does not yet support symbolic links fully. It also does not support reading non-UTF8 file contents.