Page MenuHomeFreeBSD

New port: textproc/askgit: Query git repositories with SQL
ClosedPublic

Authored by lcook on Apr 17 2021, 11:32 PM.
Tags
None
Referenced Files
F160272433: D29817.diff
Mon, Jun 22, 7:20 PM
Unknown Object (File)
Sun, Jun 21, 6:08 PM
Unknown Object (File)
Thu, Jun 18, 8:19 AM
Unknown Object (File)
Sat, Jun 13, 10:52 AM
Unknown Object (File)
Sat, Jun 13, 3:42 AM
Unknown Object (File)
Fri, Jun 12, 10:21 AM
Unknown Object (File)
May 7 2026, 11:23 PM
Unknown Object (File)
May 2 2026, 6:15 PM
Subscribers

Details

Summary

Command-line tool for running SQL queries on git
repositories. It's meant for ad-hoc querying of
git repositories on disk through a common interface
(SQL), as an alternative to patching together various
shell commands.

There is also preliminary support for executing queries
against the GitHub API.

WWW: https://askgit.com

Test Plan
releng-122-amd64 ... OK
releng-122-i386  ... OK
releng-130-amd64 ... OK 
releng-130-i386  ... OK

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lcook retitled this revision from Add port: textproc/askgit: Query git repositories with SQL to New port: textproc/askgit: Query git repositories with SQL.Apr 17 2021, 11:34 PM

lgtm :) (assuming you verified correcteness in poudriere).

This revision is now accepted and ready to land.Apr 18 2021, 2:21 PM