From: Simon Ruderich Date: Sat, 9 Dec 2017 13:58:41 +0000 (+0100) Subject: gitconfig: add ld alias to describe commits X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0364d08152c0e6613d6fb3580a22f7d042c84439 gitconfig: add ld alias to describe commits Can be used to describe commits in commit messages with enough context for the reader. --- 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