diff options
| author | mail_redacted_for_web | 2026-05-29 19:01:18 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-05-29 19:01:18 +0200 |
| commit | 3851ee84b1554155a7db7520b2ec47b9e67d4ed4 (patch) | |
| tree | bd7356aa0badca448ee4c7654c78f00211871147 | |
| parent | c47d5c768b75b56fc559152cd263cc4f97e1fe51 (diff) | |
| download | dotfiles-testing.tar.bz2 | |
feat: include git alias for brief log output _with_ timestampstesting
| -rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |
