You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ... )
The text was updated successfully, but these errors were encountered:
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 whatjc
could/should do with them ... )The text was updated successfully, but these errors were encountered: