Values.FileMetadataSourceA file to be added, updated, or deleted as part of a commit.
type nonrec t = {absolutePath : Path.t option;The full path to the file to be added or updated, including the name of the file.
*)blobId : ObjectId.t option;The blob ID that contains the file information.
*)fileMode : FileModeTypeEnum.t option;The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
*)}