From: Simon Ruderich Date: Tue, 23 Feb 2021 08:32:59 +0000 (+0100) Subject: vcs: gitconfig: adapt format of --pretty=reference for ld alias X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=d94ce439cce4ee12e391be2e082905347c628bf3 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. --- 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