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 (351 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (7.054 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 13h) (7 gemergte PRs in 30 T)

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