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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
{ "TREE":
{ "type": "tree"
, "name": "git2"
, "deps":
[ "annotated_commit.h"
, "apply.h"
, "attr.h"
, "blame.h"
, "blob.h"
, "branch.h"
, "buffer.h"
, "cert.h"
, "checkout.h"
, "cherrypick.h"
, "clone.h"
, "commit.h"
, "common.h"
, "config.h"
, "cred_helpers.h"
, "credential.h"
, "credential_helpers.h"
, "deprecated.h"
, "describe.h"
, "diff.h"
, "email.h"
, "errors.h"
, "filter.h"
, "global.h"
, "graph.h"
, "ignore.h"
, "index.h"
, "indexer.h"
, "mailmap.h"
, "merge.h"
, "message.h"
, "net.h"
, "notes.h"
, "object.h"
, "odb.h"
, "odb_backend.h"
, "oid.h"
, "oidarray.h"
, "pack.h"
, "patch.h"
, "pathspec.h"
, "proxy.h"
, "rebase.h"
, "refdb.h"
, "reflog.h"
, "refs.h"
, "refspec.h"
, "remote.h"
, "repository.h"
, "reset.h"
, "revert.h"
, "revparse.h"
, "revwalk.h"
, "signature.h"
, "stash.h"
, "status.h"
, "stdint.h"
, "strarray.h"
, "submodule.h"
, "sys/alloc.h"
, "sys/commit.h"
, "sys/commit_graph.h"
, "sys/config.h"
, "sys/cred.h"
, "sys/credential.h"
, "sys/diff.h"
, "sys/email.h"
, "sys/filter.h"
, "sys/hashsig.h"
, "sys/index.h"
, "sys/mempack.h"
, "sys/merge.h"
, "sys/midx.h"
, "sys/odb_backend.h"
, "sys/openssl.h"
, "sys/path.h"
, "sys/refdb_backend.h"
, "sys/reflog.h"
, "sys/refs.h"
, "sys/remote.h"
, "sys/repository.h"
, "sys/stream.h"
, "sys/transport.h"
, "tag.h"
, "trace.h"
, "transaction.h"
, "transport.h"
, "tree.h"
, "types.h"
, "version.h"
, "worktree.h"
, ["src/libgit2", "experimental.h"]
]
}
}
|