github source

github.search_commits()

pass

Search GitHub commits.

table function captured 2026-08-30 07:08:16Z
Verdict: TRUE

All trials returned rows, no errors.

Arguments

NameRequiredNotes
qrequired
sortoptional
orderoptional

SQL used

SELECT * FROM github.search_commits(q => 'opencode') LIMIT 10
rendering…

Trials

TrialLatencyRowsisErrorFirst row keys
110123 ms289falsesha, html_url, message, author_login, repository_full_name, score
29550 ms289falsesha, html_url, message, author_login, repository_full_name, score

Sample row (last trial)

{
  "sha": "f68181eeb90f1250ca064c35929cf77daae86a8e",
  "html_url": "https://github.com/datit309/supergraph/commit/f68181eeb90f1250ca064c35929cf77daae86a8e",
  "message": "feat(opencode): install globally to ~/.config/opencode",
  "author_login": "",
  "repository_full_name": "datit309/supergraph",
  "score": "1.0"
}