From 19cbcd7bb56674b6192a14221f76b758d85329a3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 17:53:25 +0200 Subject: git: Add shortdesc alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 8507372..936f997 100644 --- a/git/config +++ b/git/config @@ -34,6 +34,7 @@ wdiff = diff --word-diff wshow = show --word-diff fpush = push --force-with-lease + shortdesc = !git --no-pager log -1 --pretty='tformat:%h (%s, %ad)' --date=short [advice] detachedHead = false -- cgit v1.2.3-54-g00ecf