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>&- +