git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit c78bb32b781e2c29fe47acc4da74d3cd1ab1d513 parent ee011afc26de2ca680fbb6673d50d8e47c6c9918 Author: Jul <jul@9o.is> Date: Mon, 2 Mar 2026 16:27:07 +0800 inline git-query log man description Diffstat:
| M | git-query.1 | | | 16 | +--------------- |
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/git-query.1 b/git-query.1 @@ -25,21 +25,7 @@ The commands are: Output commit log in XML format. .Ar N is the number of commits to output, default is 100. -Each commit element contains: -.Bl -tag -width Ds -.It oid -Commit hash. -.It parent -Parent commit hash. -.It author -Author name, email, and timestamp. -.It summary -Commit summary (first line of message). -.It message -Full commit message. -.It stats -Number of files changed, additions, and deletions. -.El +Each commit contains oid, parent, author, summary, message and stats. .It Xo .Cm commit .Ar repo