From 7ae4aa6a0299014fb8df36f804e07cc2e41ce678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Thu, 13 Feb 2014 18:57:03 +0100 Subject: [PATCH] fix typo in last commit --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 6b661cd..f17e057 100644 --- a/gitconfig +++ b/gitconfig @@ -8,7 +8,7 @@ p = pull --rebase s = status -sb lv = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat - lg = log -- graph --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative + lg = log --graph --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative grep = grep -Ii ready = rebase -i @{u} [push]