From 803619c79c18d107a7c004ddb32e02cc129523f6 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 13 Jul 2015 23:17:52 +0200 Subject: git: add lol 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 b9be8fe..b3d486a 100644 --- a/git/config +++ b/git/config @@ -14,6 +14,7 @@ follow = log --oneline --follow --stat --summary -- last = log -1 HEAD lg = log --oneline --decorate + lol = log --oneline --graph --decorate --all mend = commit --amend --reuse-message HEAD mrproper = !git reset --hard HEAD && git clean -fdx ours = !git checkout --ours $@ -- cgit v1.2.3-54-g00ecf