`git who table -f -n 0 ':!*.json'` The following command results in zero'd Files & Lines + / - data. <img width="645" height="88" alt="Image" src="https://github.com/user-attachments/assets/4fb338bb-57df-459f-8a16-a813f9867655" /> *Use case: exclude `.json` from "Lines" data where a lot of the changes could be in `package-lock.json` as a result of dependency installations / updates.
git who table -f -n 0 ':!*.json'The following command results in zero'd Files & Lines + / - data.
*Use case: exclude
.jsonfrom "Lines" data where a lot of the changes could be inpackage-lock.jsonas a result of dependency installations / updates.