isomorphic-git/isomorphic-git

Add filesChanged along with the no of lines insertions/deletions (--numstat) to `git.log`

Open

#1.919 geöffnet am 26. Mai 2024

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (7.054 Stars) (351 Forks)batch import
enhancementgood first issuehelp wanted

Beschreibung

It would be really useful to include the list of files changed (+/- insertions/deletions) for each commit in git.log. I'm building a git viz tool which currently relies on server side git for performing this operation

Contributor Guide