Values.PutFileEntrySourceInformation about a file added or updated as part of a commit.
type nonrec t = {filePath : Path.t;The full path to the file in the repository, including the name of the file.
*)fileMode : FileModeTypeEnum.t option;The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
*)fileContent : FileContent.t option;The content of the file, if a source file is not specified.
*)sourceFile : SourceFileSpecifier.t option;The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.
*)}