Hacker News new | ask | show | jobs
by weitzj 3963 days ago
I like it a bit more colourfull and have more space for the commit notes than for the author's name:

  ~/.tigrc


  set git-colors = no
  set show-changes = yes
  set commit-order = topo
  set refresh-mode = auto
  set main-view = \
    date:default \
    author:abbreviated \
    id:yes,color \
    commit-title:graph=yes,refs=yes
1 comments

Very cool, I've been using tig all this time and never even bothered to realize it was customizable.