Redid the tree again.
[Gitrdone.git] / Difftool.cs
bloba876dc3aaf01d2569e350e670d0f8f9cf5fbcbb0
2 using System;
4 namespace Gitrdone
6 enum WhitespaceTypes
8 ShowWhitespace = 0,
9 IgnoreSpaceChange = 1,
10 IgnoreSpaceAtEOL = 1 << 1
13 enum PatchFormat
15 PatchFormat,
16 RawFormat,
17 PatchAndRawFormat,
18 DiffStatFormat,
19 Summary,
20 NameOnly,
21 NameAndStatus
24 public class Difftool
27 public Difftool()
29 throw new NotImplementedException();