git: Set blame.date to short

This commit is contained in:
2022-03-20 17:30:48 +01:00
parent 41656d28d6
commit 71f41ab994

View File

@@ -8,6 +8,8 @@
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
spull = "!git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive;" spull = "!git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive;"
track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\"" track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\""
[blame]
date = short
[branch] [branch]
autosetuprebase = always autosetuprebase = always
[color "status"] [color "status"]