commits
6 rows where "author_date" is on date 2023-07-09 and repo = 213286752 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: committer_date (date)
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
3a4d2bf8bfd3770d11a6bec50c11f9b7623808c5 | 2023-07-09T01:14:06Z | 2023-07-09T01:14:06Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | simonw 9599 | simonw 9599 |
2c56de417cfe8483e9a793362306d80488394185 | 2023-07-09T01:13:36Z | 2023-07-09T01:13:36Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | simonw 9599 | simonw 9599 |
385f10caa1d69b9c07752857a5f87611d0654f65 | 2023-07-09T01:05:05Z | 2023-07-09T01:05:05Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | simonw 9599 | simonw 9599 |
6f032994a1da4eaa3195eee9b12c035e0e692206 | 2023-07-09T01:04:14Z | 2023-07-09T01:04:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | simonw 9599 | simonw 9599 |
9dc262fc372ea9b0d8a33574176765ec1d74fd92 | 2023-07-09T01:03:41Z | 2023-07-09T01:04:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | simonw 9599 | simonw 9599 |
f6c1af27e301b91ec64fb20324c92a8639f5a359 | 2023-07-09T01:03:25Z | 2023-07-09T01:04:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | pocket-to-sqlite 213286752 | 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]);