git: Set blame.date to short
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user