Compress the graph horizontally if it gets too wide.
authorPaul Mackerras <paulus@samba.org>
Thu, 4 Aug 2005 23:52:16 +0000 (09:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 4 Aug 2005 23:52:16 +0000 (09:52 +1000)
commit8d858d1a3a0f7df94a256dd5f51b94599c36c9f5
tree430c1a6a8d56d22cf9d19dbd8b4c769c30d49fdb
parent1115fb38df53d1151eba3142f8acb9672ea2c9c4
Compress the graph horizontally if it gets too wide.

If the graph gets to use more than a certain percentage (default 50%)
of the width of the top-left pane, we now reduce the amount of space
allowed for each graph line.  This means it doesn't look quite as
nice but you can still see the headline for the commit.  (Currently
the only way to customize the percentage is to edit your ~/.gitk
file manually.)
gitk