git-stats

Command line utility showing plots of git commits over time in the terminal
git clone https://noulin.net/git/git-stats.git
Log | Files | Refs | README

commit edfc8b9b8c0cb3be26dbede80463be06688b14b6
parent 2bb5384da11a7487e29b2354c8e5a00dcefea2c3
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat,  5 Jun 2021 16:44:21 +0200

set correct sheepy package name

package.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mpackage.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.yml b/package.yml @@ -1,5 +1,5 @@ --- - name: git-stats + name: gitstats version: 0.0.1 description: "Show plots of git commits over time" bin: ./git-stats.c