From b015bfa3bab1a5e5217354ddda7556cdb526dd02 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 14 Jan 2013 22:03:14 +0100 Subject: [PATCH] Git: l=log -stat alias. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 5d8e8fd3..9f2c86cb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,7 @@ [alias] c = commit -a co = checkout + l = log --stat m = mergetool s = status -uno [push]