forked from libgit2/libgit2sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpaques.cs
More file actions
32 lines (30 loc) · 1006 Bytes
/
Copy pathOpaques.cs
File metadata and controls
32 lines (30 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
using System;
namespace LibGit2Sharp.Core
{
internal struct git_tree_entry {}
internal struct git_reference { }
internal struct git_refspec {}
internal struct git_repository {}
internal struct git_status_list {}
internal struct git_blame {}
internal struct git_diff {}
internal struct git_patch {}
internal struct git_config {}
internal struct git_index_conflict_iterator {}
internal struct git_index {}
internal struct git_reflog {}
internal struct git_reflog_entry {}
internal struct git_treebuilder {}
internal struct git_packbuilder {}
internal struct git_note {}
internal struct git_describe_result {}
internal struct git_submodule {}
internal struct git_annotated_commit {}
internal struct git_odb {}
internal struct git_revwalk {}
internal struct git_remote {}
internal struct git_object {}
internal struct git_rebase {}
internal struct git_odb_stream {}
internal struct git_worktree { }
}