From d94ce439cce4ee12e391be2e082905347c628bf3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 23 Feb 2021 09:32:59 +0100 Subject: [PATCH] vcs: gitconfig: adapt format of --pretty=reference for ld alias Personally I prefer the quotes but Git defined --pretty=reference without it. So adapt to the upstream recommendation. --- vcs/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index eb9c61d..1c42cdf 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -76,7 +76,7 @@ ls = log --stat lp = log --patch lpw = log --patch --color-words - ld = show --date=short --no-patch --pretty='format:%h (\"%s\", %ad)' # describe + ld = show --no-patch --date=short --pretty='format:%h (%s, %ad)' # describe, same as --pretty=reference a = add ap = add --patch au = add --update -- 2.43.2