Namespaces

Types in GitSharp

Type Diff

Namespace GitSharp

Interfaces IEnumerable<Section>

A Diff represents the line-based differences between two text sequences given as string or byte array as a list of Sections. The process of creating the diff might take a while for large files.

Note: The underlying differencer operates on raw bytes.

Properties

Public properties

bool HasDifferences get;

IEnumerable<Section> Sections get;

Get the changed, unchanged and conflicting sections of this Diff.