-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommit.lua
92 lines (89 loc) · 4.05 KB
/
commit.lua
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
return [[
commit 6e7f7ef07681bb7c6def17b2b0d8b6bf7ff15df2 (tag: v1.1.0)
Author: Kaiser-Yang <[email protected]>
AuthorDate: Mon Feb 10 19:14:48 2025 +0800
Commit: Kaiser-Yang <[email protected]>
CommitDate: Mon Feb 10 19:14:48 2025 +0800
doc: add docs for customizing icons
This should solve #27 .
]]-- For `octo.nvim` users
-- all empty strings in the table will be set to nil
or {
url = 'https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e',
sha = '6dcb09b5b57875f334f61aebed695e2e4193db5e',
node_id = 'MDY6Q29tbWl0NmRjYjA5YjViNTc4NzVmMzM0ZjYxYWViZWQ2OTVlMmU0MTkzZGI1ZQ==',
html_url = 'https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e',
comments_url = 'https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e/comments',
commit = {
url = 'https://api.github.com/repos/octocat/Hello-World/git/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e',
author = {
name = 'Monalisa Octocat',
email = '[email protected]',
date = '2011-04-14T16:00:49Z',
},
committer = {
name = 'Monalisa Octocat',
email = '[email protected]',
date = '2011-04-14T16:00:49Z',
},
message = 'Fix all the bugs',
tree = {
url = 'https://api.github.com/repos/octocat/Hello-World/tree/6dcb09b5b57875f334f61aebed695e2e4193db5e',
sha = '6dcb09b5b57875f334f61aebed695e2e4193db5e',
},
comment_count = 0,
verification = {
verified = false,
reason = 'unsigned',
signature = nil,
payload = nil,
verified_at = nil,
},
},
author = {
login = 'octocat',
id = 1,
node_id = 'MDQ6VXNlcjE=',
avatar_url = 'https://github.com/images/error/octocat_happy.gif',
gravatar_id = nil,
url = 'https://api.github.com/users/octocat',
html_url = 'https://github.com/octocat',
followers_url = 'https://api.github.com/users/octocat/followers',
following_url = 'https://api.github.com/users/octocat/following{/other_user}',
gists_url = 'https://api.github.com/users/octocat/gists{/gist_id}',
starred_url = 'https://api.github.com/users/octocat/starred{/owner}{/repo}',
subscriptions_url = 'https://api.github.com/users/octocat/subscriptions',
organizations_url = 'https://api.github.com/users/octocat/orgs',
repos_url = 'https://api.github.com/users/octocat/repos',
events_url = 'https://api.github.com/users/octocat/events{/privacy}',
received_events_url = 'https://api.github.com/users/octocat/received_events',
type = 'User',
site_admin = false,
},
committer = {
login = 'octocat',
id = 1,
node_id = 'MDQ6VXNlcjE=',
avatar_url = 'https://github.com/images/error/octocat_happy.gif',
gravatar_id = nil,
url = 'https://api.github.com/users/octocat',
html_url = 'https://github.com/octocat',
followers_url = 'https://api.github.com/users/octocat/followers',
following_url = 'https://api.github.com/users/octocat/following{/other_user}',
gists_url = 'https://api.github.com/users/octocat/gists{/gist_id}',
starred_url = 'https://api.github.com/users/octocat/starred{/owner}{/repo}',
subscriptions_url = 'https://api.github.com/users/octocat/subscriptions',
organizations_url = 'https://api.github.com/users/octocat/orgs',
repos_url = 'https://api.github.com/users/octocat/repos',
events_url = 'https://api.github.com/users/octocat/events{/privacy}',
received_events_url = 'https://api.github.com/users/octocat/received_events',
type = 'User',
site_admin = false,
},
parents = {
{
url = 'https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e',
sha = '6dcb09b5b57875f334f61aebed695e2e4193db5e',
},
},
}