]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/git: alias.ref, alias.ref2: Hard-code short dates
authorAlejandro Colomar <alx@kernel.org>
Sun, 8 Feb 2026 19:28:10 +0000 (20:28 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 8 Feb 2026 19:32:34 +0000 (20:32 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/git

index 00cff2984b155bc55e3825d711ffe89d3d363de7..dac3f52f78b171392942ef67536161766998e5f8 100644 (file)
@@ -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.