SkillAgentSearch skills...

Gitjson

Git log wrapper with JSON output.

Install / Use

/learn @paulrademacher/Gitjson
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gitjson

Git log wrapper with JSON output.

Usage:

    gitjson [standard git options] <git-command> [--json=<flags>]
            [standard git command options]

git-command must be log or shortlog.

For log command: You can restrict the fields to include in the JSON response with "--json=flags". The following flags are supported:

    a : author name
    e : author email
    h : sha
    d : date
    s : subject/title
    f : file list
    p : list of parent hashes
    t : tree hash

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated2y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Aug 29, 2023

No findings