From 71f41ab994521e7998cccf57ab83e9866c74df29 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 20 Mar 2022 17:30:48 +0100 Subject: [PATCH] git: Set `blame.date` to `short` --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 89033f2..43c5d9d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,6 +8,8 @@ root = rev-parse --show-toplevel spull = "!git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive;" track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\"" +[blame] + date = short [branch] autosetuprebase = always [color "status"]