From 86784ab139313b66ae282a62bf944c45431e5069 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Sun, 8 Sep 2013 13:18:47 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=81=D0=B5=D0=B2=D0=B4=D0=BE=D0=BD=D0=B8=D0=BC?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20gitboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index b706fcb..c801e49 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -53,3 +53,6 @@ # Note how defining a function eliminates the need to use sh -c. graphviz = "!f() { echo 'digraph git {' ; git log --pretty='format: %h -> { %p }' \"$@\" | sed 's/[0-9a-f][0-9a-f]*/\"&\"/g' ; echo '\n}'; }; f" + # http://gitboard.net + board = !gitboard 2>&- +