From 6b86aaa55f57299482705d47e972c3c70676b311 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 9 Sep 2019 19:32:13 +0200 Subject: [PATCH] date alternative on BSD variants including OSX --- barcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcat b/barcat index c2f41aa..1c567f4 100755 --- a/barcat +++ b/barcat @@ -389,7 +389,7 @@ Or the top 3 most frequent authors with statistics over all: git shortlog -sn | barcat -L3 -s -Activity of the last days: +Activity of the last days (substitute date C<-v-{}d> on BSD): ( git log --pretty=%ci --since=30day | cut -b-10 seq 0 30 | xargs -i date +%F -d-{}day ) | -- 2.30.0