commits
13 rows where "committer_date" is on date 2020-05-03
This data as json, CSV (advanced)
Suggested facets: message, committer, author_date (date)
repo 4 ✖
raw_committer 2 ✖
- Simon Willison 9
- GitHub 4
sha ▼ | author_date | committer_date | raw_author | raw_committer | repo | author | committer |
---|---|---|---|---|---|---|---|
30a390780aa1946f9430d7f473031e95ab02675d | 2020-05-03T15:39:50Z | 2020-05-03T15:39:56Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
36d256b047ecd77761d24fe570fa117bc6dc917c | 2020-05-03T03:55:40Z | 2020-05-03T03:55:40Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
396bee92364fc3a88f6c76969366dd1c4c9c944d | 2020-05-03T15:47:28Z | 2020-05-03T15:47:28Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
4d5916075d42b390302b8018d84eafdc709dadc8 | 2020-05-03T15:09:00Z | 2020-05-03T15:09:00Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
60e380e551b44028af0d73ac30c99a8bb04b458b | 2020-05-03T15:44:41Z | 2020-05-03T15:44:41Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | sqlite-utils 140912432 | simonw 9599 | web-flow 19864447 |
66557d53270888f9212933ee95ca1379300fcfd6 | 2020-05-03T22:41:00Z | 2020-05-03T22:41:10Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | dogsheep-photos 256834907 | simonw 9599 | simonw 9599 |
78264b738cd72ffad6e5c32ede3f074f8aad0ca4 | 2020-05-03T15:25:21Z | 2020-05-03T15:25:21Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
99a7906fd93ce1c6400733b855255ed62e3e9fa1 | 2020-05-03T04:13:49Z | 2020-05-03T04:13:49Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
9f6085b4e4c8289b34c6a3d40ba72d77ed62b4ef | 2020-05-03T15:24:39Z | 2020-05-03T15:24:39Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
c0d54e0260468be38152293df5abd775c068495d | 2020-05-03T02:26:29Z | 2020-05-03T02:26:29Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | github-to-sqlite 207052882 | simonw 9599 | web-flow 19864447 |
cef23e88617dcd7edae22fca813d345dfaf09c4f | 2020-05-03T03:01:21Z | 2020-05-03T03:05:25Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | datasette 107914493 | simonw 9599 | simonw 9599 |
d16097231c5e51ea857b58c700f97a17b68dc583 | 2020-05-03T15:36:29Z | 2020-05-03T15:36:29Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | sqlite-utils 140912432 | simonw 9599 | simonw 9599 |
d996d4122b522eeec3c610f6b2561aa96652ecd2 | 2020-05-03T15:46:49Z | 2020-05-03T15:46:49Z | Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 | GitHub cd792325681cbad9f663f2879d8b69f1edbb678f | datasette 107914493 | 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]);