Jeff King <peff@xxxxxxxx> wrote: > I know that you asked for a persistent process, but just for reference, > you can hackily access approxidate with: > > git config --type=expiry-date --default='15 days ago' does.not.exist --type is too new (trying to support 1.8.x :<). But yeah, using `git rev-parse --since=15.days.ago` and extracting the integers