commit 2f06904f87712c415d5cb748bce98849f2e22d36 parent a33f040378ff193a39cb7f7b52ff2ee38cefe998 Author: hhvn <hayden@haydenvh.com> Date: Tue, 19 Jan 2021 19:03:55 +0000 .config/git/hist: remove duplicated %d Diffstat:
M | .config/git/hist | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/git/hist b/.config/git/hist @@ -1 +1 @@ -git log --pretty=format:"%Cblue%h%Creset %Cgreen%<(16)%ad%Creset | %s%d %C(cyan)%d%Creset %>|($(tput cols))%C(yellow)%an%Creset" --date human +git log --pretty=format:"%Cblue%h%Creset %Cgreen%<(16)%ad%Creset | %s %C(cyan)%d%Creset %>|($(tput cols))%C(yellow)%an%Creset" --date human