From 29e29bd48ab504149e703a5c124b1cbc357d7d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 2 May 2017 10:45:21 +0200 Subject: [PATCH] Color branches in graph using thier specific colors --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 2f63a5f..44d1418 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ interactive = add --patch diffdir = difftool --dir-diff - graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(bold yellow)%d%C(reset)' + graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)' stage = add unstage = reset -q HEAD --