From 7d8d6789ceb1b507ffbfb62d73427c7bbc130101 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 21 Feb 2012 15:15:45 -0800 Subject: [PATCH] Fix up gitconfig so graph works --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 814bd7d..6221df5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,7 +10,7 @@ w = whatchanged stagediff = diff --staged sdiff = diff --staged - graph = log –graph –oneline + graph = log --graph --oneline [diff] renamelimit = 0