From: Alejandro Colomar Date: Sun, 8 Feb 2026 19:28:10 +0000 (+0100) Subject: CONTRIBUTING.d/git: alias.ref, alias.ref2: Hard-code short dates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e8a592568481d320aa45c5ca7c2fee0c46d67e5;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/git: alias.ref, alias.ref2: Hard-code short dates Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git index 00cff2984..dac3f52f7 100644 --- a/CONTRIBUTING.d/git +++ b/CONTRIBUTING.d/git @@ -48,9 +48,9 @@ Description useful. $ git config --global alias.ref \ - "show -s --date=short --format=tformat:'%C(auto)%h (%cd%x3B \"%s\")%C(reset)'" + "show -s --format=tformat:'%C(auto)%h (%cs%x3B \"%s\")%C(reset)'" $ git config --global alias.ref2 \ - "show -s --date=short --format=tformat:'%C(auto)%h (%ad, %cd%x3B \"%s\")%C(reset)'" + "show -s --format=tformat:'%C(auto)%h (%as, %cs%x3B \"%s\")%C(reset)'" core.abbrev Use 12 characters in abbreviated hashes.