From 7ae5d9ba71e8eaafaf82d31dba7cd4c2d759ad03 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 20 Apr 2009 17:52:46 +0200 Subject: [PATCH] tigrc: Add. Tig is the console equivalent of gitk. Also create symbolic link in setup.sh --- setup.sh | 4 ++++ tigrc | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 tigrc diff --git a/setup.sh b/setup.sh index fab3658..abdbc65 100755 --- a/setup.sh +++ b/setup.sh @@ -8,6 +8,10 @@ generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` link gitconfig ~/.gitconfig +if installed tig; then + link tigrc ~/.tigrc +fi + if installed hg; then link hgrc ~/.hgrc link hgignore ~/.hgignore diff --git a/tigrc b/tigrc new file mode 100644 index 0000000..7f116ad --- /dev/null +++ b/tigrc @@ -0,0 +1,5 @@ +# tig configuration file. + + +# Show the revision graph like gitk does. +set show-rev-graph = yes -- 2.44.1