From 926a1588d1f726e8bbe32f025f3bf04d076601b8 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 13 Jan 2025 14:59:55 +0100 Subject: add `git cloc` alias --- .config/git/config##template | 1 + 1 file changed, 1 insertion(+) (limited to '.config/git/config##template') diff --git a/.config/git/config##template b/.config/git/config##template index 72f81a3..f8c16b2 100644 --- a/.config/git/config##template +++ b/.config/git/config##template @@ -30,3 +30,4 @@ pl = pull l = log d = diff + cloc = !git ls-files -z | xargs -0 cloc -- cgit v1.2.3