git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-05-29 19:01:18 +0200
committermail_redacted_for_web 2026-05-29 19:01:18 +0200
commit3851ee84b1554155a7db7520b2ec47b9e67d4ed4 (patch)
treebd7356aa0badca448ee4c7654c78f00211871147
parentc47d5c768b75b56fc559152cd263cc4f97e1fe51 (diff)
downloaddotfiles-testing.tar.bz2
feat: include git alias for brief log output _with_ timestampstesting
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 673b865..ec0dbed 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -73,6 +73,7 @@
current-branch = rev-parse --abbrev-ref HEAD
cb = current-branch
clo = cliff -o CHANGELOG.md
+ lt = log --pretty='format:%C(auto)%ad - %h - %s'
[push]
default = simple
[pretty]