commits
5 rows where "committer_date" is on date 2020-10-12 and repo = 214746582 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_author, raw_committer, committer, author_date (date), committer_date (date)
repo 1
- dogsheep.github.io · 5 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
d0686ebed6f08e9b18b4b96c2b8170e043a69adb | 2020-10-12T05:32:25Z | 2020-10-12T05:32:25Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | dogsheep.github.io 214746582 | simonw 9599 | simonw 9599 |
7e4c6ecdabc249c77e8049cd172b1b5af08a3371 | 2020-10-12T00:36:16Z | 2020-10-12T00:36:16Z | Ben Congdon 1724ce4f699bc25ec4d0f30be011f7503db01c07 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | bcongdon 706257 | web-flow 19864447 |
85af27dbff7e08a92656639fbf0cfa15c7d30b5c | 2020-10-12T00:35:57Z | 2020-10-12T00:35:57Z | Ben Congdon 1724ce4f699bc25ec4d0f30be011f7503db01c07 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | bcongdon 706257 | web-flow 19864447 |
58ca0c785fbf34250042379dd0269bf2d0c5ea7e | 2020-10-12T00:35:15Z | 2020-10-12T00:35:15Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
6e55b0f6737e4b46584052f09ac0e6f632dbc3d6 | 2020-10-12T00:34:51Z | 2020-10-12T00:34:51Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
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]);