Skip to content

New parser request: git log -p --format=fuller #649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jpluscplusm opened this issue Mar 10, 2025 · 1 comment
Open

New parser request: git log -p --format=fuller #649

jpluscplusm opened this issue Mar 10, 2025 · 1 comment

Comments

@jpluscplusm
Copy link

The existing git-log parser doesn't know what to do with log output that includes an inline patch - generated with the -p flag.

This stream of data would be really useful when JSONified, especially combined with the fuller format, as that could then represent a near-complete record of a repo's history as structured data! (Modulo binary files in the patch; I've no idea what jc could/should do with them ... )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@jpluscplusm @kellyjonbrazil and others