From: Mischa POSLAWSKY Date: Mon, 9 Sep 2019 17:32:13 +0000 (+0200) Subject: date alternative on BSD variants including OSX X-Git-Tag: v1.05~11 X-Git-Url: http://git.shiar.nl/barcat.git/commitdiff_plain/6b86aaa55f57299482705d47e972c3c70676b311 date alternative on BSD variants including OSX --- 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 ) |