|
1 | 1 | framework module ObjectiveGit {
|
2 | 2 | umbrella header "ObjectiveGit.h"
|
3 | 3 |
|
4 |
| - header "git2/attr.h" |
5 |
| - header "git2/blob.h" |
6 |
| - header "git2/blame.h" |
7 |
| - header "git2/branch.h" |
8 |
| - header "git2/buffer.h" |
9 |
| - header "git2/checkout.h" |
10 |
| - header "git2/cherrypick.h" |
11 |
| - header "git2/clone.h" |
12 |
| - header "git2/commit.h" |
13 |
| - header "git2/common.h" |
14 |
| - header "git2/config.h" |
15 |
| - header "git2/describe.h" |
16 |
| - header "git2/diff.h" |
17 |
| - header "git2/errors.h" |
18 |
| - header "git2/filter.h" |
19 |
| - header "git2/graph.h" |
20 |
| - header "git2/ignore.h" |
21 |
| - header "git2/index.h" |
22 |
| - header "git2/indexer.h" |
23 |
| - header "git2/merge.h" |
24 |
| - header "git2/message.h" |
25 |
| - header "git2/net.h" |
26 |
| - header "git2/notes.h" |
27 |
| - header "git2/object.h" |
28 |
| - header "git2/odb.h" |
29 |
| - header "git2/odb_backend.h" |
30 |
| - header "git2/oid.h" |
31 |
| - header "git2/pack.h" |
32 |
| - header "git2/patch.h" |
33 |
| - header "git2/pathspec.h" |
34 |
| - header "git2/push.h" |
35 |
| - header "git2/refdb.h" |
36 |
| - header "git2/reflog.h" |
37 |
| - header "git2/refs.h" |
38 |
| - header "git2/refspec.h" |
39 |
| - header "git2/remote.h" |
40 |
| - header "git2/repository.h" |
41 |
| - header "git2/reset.h" |
42 |
| - header "git2/revert.h" |
43 |
| - header "git2/revparse.h" |
44 |
| - header "git2/revwalk.h" |
45 |
| - header "git2/signature.h" |
46 |
| - header "git2/stash.h" |
47 |
| - header "git2/status.h" |
48 |
| - header "git2/submodule.h" |
49 |
| - header "git2/tag.h" |
50 |
| - header "git2/threads.h" |
51 |
| - header "git2/transport.h" |
52 |
| - header "git2/tree.h" |
53 |
| - header "git2/types.h" |
54 |
| - header "git2/version.h" |
55 |
| - header "git2/sys/commit.h" |
56 |
| - header "git2/sys/config.h" |
57 |
| - header "git2/sys/diff.h" |
58 |
| - header "git2/sys/filter.h" |
59 |
| - header "git2/sys/hashsig.h" |
60 |
| - header "git2/sys/index.h" |
61 |
| - header "git2/sys/mempack.h" |
62 |
| - header "git2/sys/odb_backend.h" |
63 |
| - header "git2/sys/refdb_backend.h" |
64 |
| - header "git2/sys/reflog.h" |
65 |
| - header "git2/sys/refs.h" |
66 |
| - header "git2/sys/repository.h" |
67 |
| - header "git2/sys/transport.h" |
| 4 | + header <git2/attr.h> |
| 5 | + header <git2/blob.h> |
| 6 | + header <git2/blame.h> |
| 7 | + header <git2/branch.h> |
| 8 | + header <git2/buffer.h> |
| 9 | + header <git2/checkout.h> |
| 10 | + header <git2/cherrypick.h> |
| 11 | + header <git2/clone.h> |
| 12 | + header <git2/commit.h> |
| 13 | + header <git2/common.h> |
| 14 | + header <git2/config.h> |
| 15 | + header <git2/describe.h> |
| 16 | + header <git2/diff.h> |
| 17 | + header <git2/errors.h> |
| 18 | + header <git2/filter.h> |
| 19 | + header <git2/graph.h> |
| 20 | + header <git2/ignore.h> |
| 21 | + header <git2/index.h> |
| 22 | + header <git2/indexer.h> |
| 23 | + header <git2/merge.h> |
| 24 | + header <git2/message.h> |
| 25 | + header <git2/net.h> |
| 26 | + header <git2/notes.h> |
| 27 | + header <git2/object.h> |
| 28 | + header <git2/odb.h> |
| 29 | + header <git2/odb_backend.h> |
| 30 | + header <git2/oid.h> |
| 31 | + header <git2/pack.h> |
| 32 | + header <git2/patch.h> |
| 33 | + header <git2/pathspec.h> |
| 34 | + header <git2/push.h> |
| 35 | + header <git2/refdb.h> |
| 36 | + header <git2/reflog.h> |
| 37 | + header <git2/refs.h> |
| 38 | + header <git2/refspec.h> |
| 39 | + header <git2/remote.h> |
| 40 | + header <git2/repository.h> |
| 41 | + header <git2/reset.h> |
| 42 | + header <git2/revert.h> |
| 43 | + header <git2/revparse.h> |
| 44 | + header <git2/revwalk.h> |
| 45 | + header <git2/signature.h> |
| 46 | + header <git2/stash.h> |
| 47 | + header <git2/status.h> |
| 48 | + header <git2/submodule.h> |
| 49 | + header <git2/tag.h> |
| 50 | + header <git2/threads.h> |
| 51 | + header <git2/transport.h> |
| 52 | + header <git2/tree.h> |
| 53 | + header <git2/types.h> |
| 54 | + header <git2/version.h> |
| 55 | + header <git2/sys/commit.h> |
| 56 | + header <git2/sys/config.h> |
| 57 | + header <git2/sys/diff.h> |
| 58 | + header <git2/sys/filter.h> |
| 59 | + header <git2/sys/hashsig.h> |
| 60 | + header <git2/sys/index.h> |
| 61 | + header <git2/sys/mempack.h> |
| 62 | + header <git2/sys/odb_backend.h> |
| 63 | + header <git2/sys/refdb_backend.h> |
| 64 | + header <git2/sys/reflog.h> |
| 65 | + header <git2/sys/refs.h> |
| 66 | + header <git2/sys/repository.h> |
| 67 | + header <git2/sys/transport.h> |
68 | 68 |
|
69 | 69 | export *
|
70 | 70 | module * { export * }
|
|
0 commit comments