From: Alejandro Colomar Date: Sun, 8 Feb 2026 19:14:24 +0000 (+0100) Subject: CONTRIBUTING.d/git: log.date: Set to 'iso' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcdadf32f5af9bb414989d9152cb38be315218b;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/git: log.date: Set to 'iso' Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git index c12dc2f24..00cff2984 100644 --- a/CONTRIBUTING.d/git +++ b/CONTRIBUTING.d/git @@ -57,6 +57,11 @@ Description $ git config --global core.abbrev 12 + log.date + Use ISO 8601-like format for dates. + + $ git config --global log.date iso + See also git-config(1) git-diff(1)