commits
11 rows where committer = 19864447 and repo = 214746582 sorted by author_date descending
This data as json, CSV (advanced)
Suggested facets: raw_author, author_date (date), committer_date (date)
repo 1
- dogsheep.github.io · 11 ✖
sha | author_date ▲ | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
41a45e77196bc560a7802dc9788600520e08b189 | 2023-03-28T00:12:55Z | 2023-03-28T00:12:55Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
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 |
6a6102ef82dfc98c7ed9407afd766f35d858554d | 2020-05-08T14:00:33Z | 2020-05-08T14:00:33Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
eb5b10c5da9b53ed1f574a750f80af979450dbe9 | 2020-05-08T13:57:55Z | 2020-05-08T13:57:55Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
2972bb001ab5f675eced62f7ba5adef2d3eba2ad | 2019-11-07T20:44:09Z | 2019-11-07T20:44:09Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
68df9bf80627d8608a82480ea016de32ebb29ce7 | 2019-10-13T02:27:04Z | 2019-10-13T02:27:04Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
01b7a6a71ca121ec91ca4cc18f46a565098441fd | 2019-10-13T02:23:10Z | 2019-10-13T02:23:10Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | dogsheep.github.io 214746582 | simonw 9599 | web-flow 19864447 |
5e3bd8c176345c0ae11a2c988be9e03152d0db0a | 2019-10-13T02:10:13Z | 2019-10-13T02:10:13Z | 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]);