From 0364d08152c0e6613d6fb3580a22f7d042c84439 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 9 Dec 2017 14:58:41 +0100 Subject: [PATCH] gitconfig: add ld alias to describe commits Can be used to describe commits in commit messages with enough context for the reader. --- gitconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig.in b/gitconfig.in index 7e0bea8..9fd76ba 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -79,6 +79,7 @@ ls = log --stat lp = log --patch lpw = log --patch --color-words + ld = show --date=short -s --pretty='format:%h (\"%s\", %ad)' # describe a = add ap = add --patch au = add --update -- 2.43.2