commits
12 rows where "author_date" is on date 2022-10-25 and raw_committer = "13ae486343ea6454a93114c6f558ffea2f2c6874"
This data as json, CSV (advanced)
Suggested facets: repo
committer_date (date) 1 ✖
- 2022-10-25 12
sha ▼ | author_date | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
05e2bb85fcd11729db40c6452f2f7287232e2f1a | 2022-10-25T20:57:43Z | 2022-10-25T20:57:43Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
079bf1f4dc8540f834adae68c7feeeffcbc1d4f2 | 2022-10-25T20:06:58Z | 2022-10-25T20:06:58Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
0d45ee11027700f184383d5c8c25a26770fcf471 | 2022-10-25T22:21:34Z | 2022-10-25T22:21:34Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
7b2d1c0ffd0b874e280292b926f328a61cb31e2c | 2022-10-25T19:23:20Z | 2022-10-25T19:23:27Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
7ca497a8f5be24c127946813e3052a19b48be1b3 | 2022-10-25T20:14:41Z | 2022-10-25T20:14:41Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
9676b2deb07cff20247ba91dad3e84a4ab0b00d1 | 2022-10-25T18:59:03Z | 2022-10-25T19:04:53Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
ba7242b1f231a9707944a4c11a8dfede9ff9cad0 | 2022-10-25T20:36:17Z | 2022-10-25T20:36:17Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
c5d7ec1dd71fa1dce829bc8bb82b639018befd63 | 2022-10-25T20:21:37Z | 2022-10-25T20:21:37Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
c7dd76c26257ded5bcdfd0570e12412531b8b88f | 2022-10-25T19:42:21Z | 2022-10-25T19:42:45Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
c7e4308e6f49d929704163531632e558f9646e4a | 2022-10-25T21:00:53Z | 2022-10-25T21:00:53Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
defa2974c6d3abc19be28d6b319649b8028dc966 | 2022-10-25T21:23:24Z | 2022-10-25T21:23:24Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
f6b796277f783fcb613136e5a230b8657ef6c090 | 2022-10-25T20:27:18Z | 2022-10-25T20:27:18Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [commits] ( [sha] TEXT PRIMARY KEY, [message] TEXT, [author_date] TEXT, [committer_date] TEXT, [raw_author] TEXT REFERENCES [raw_authors]([id]), [raw_committer] TEXT REFERENCES [raw_authors]([id]), [repo] INTEGER REFERENCES [repos]([id]), [author] INTEGER REFERENCES [users]([id]), [committer] INTEGER REFERENCES [users]([id]) ); CREATE INDEX [idx_commits_committer] ON [commits] ([committer]); CREATE INDEX [idx_commits_author] ON [commits] ([author]); CREATE INDEX [idx_commits_repo] ON [commits] ([repo]); CREATE INDEX [idx_commits_raw_committer] ON [commits] ([raw_committer]); CREATE INDEX [idx_commits_raw_author] ON [commits] ([raw_author]);