set main-view = id date:default author:width:3 commit-title:yes,graph,refs
, with the local date, but set main-view-date-local = true
doesn't make that happen unless I don't set main-view
at all. How can I get what I want?
h
+q
fixes everything on the tig repo.h
+q
), lines get "fixed" (output without weird doubling) when I scroll down (holding j
). Isn't the real problem, that the redraw is different from the initial draw?
tig
has been my go-to tool for visualizing the current state of the commit graph for many years now, to the point where I feel distinctly handicapped on any system where it's not installed. It's much better at this job than git log --graph
and even magit
on emacs. So thank you!