commit 880e09c0f2b407d3e5238936a554984dde49c45a parent ecfd0bfa2841d3ddf726418b6dd510e755d59442 Author: Dash Eclipse <dashezup@disroot.org> Date: Mon, 21 Mar 2022 16:17:00 +0000 feat: add git-stats (shell script) Diffstat:
A | .local/bin/git-stats | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.local/bin/git-stats b/.local/bin/git-stats @@ -0,0 +1,3 @@ +#!/bin/sh +# cloc -vcs git +git diff --stat "$(git hash-object -t tree /dev/null)"