Browse Source

Добавлен псевдоним для gitboard

Maxim Lihachev 12 years ago
parent
commit
86784ab139
  1. 3
      etc/soft/git/gitconfig

3
etc/soft/git/gitconfig

@ -53,3 +53,6 @@
# Note how defining a function eliminates the need to use sh -c. # 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" 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>&-

Loading…
Cancel
Save