repo.or.cz
/
Widgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Flushing out some more of the API.
[Widgit.git]
/
Difftool.cs
blob
1f18a4b37a667342aeef66cecfa4088067e20d00
1
2
using
System
;
3
4
namespace
Gitrdone
5
{
6
enum
WhitespaceTypes
7
{
8
ShowWhitespace
=
0
,
9
IgnoreSpaceChange
=
1
,
10
IgnoreSpaceAtEOL
=
1
<<
1
11
}
12
13
enum
PatchFormat
14
{
15
PatchFormat
,
16
RawFormat
,
17
PatchAndRawFormat
,
18
DiffStatFormat
,
19
Summary
,
20
NameOnly
,
21
NameAndStatus
22
}
23
24
public class
Difftool
25
{
26
27
public
Difftool
()
28
{
29
}
30
}
31
}