Merge branch 'nd/graph-width-padded'
commitf2140c3890780301760ee290f21be01f61726221
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:12 +0000 (6 13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:12 +0000 (6 13:38 -0700)
treefe441f41a0fa1c572c3f672fb2abdac32c61966a
parent979f030359f6830fbaebd0c76e9aad5f86993fef
parent066790d7cb0fa22e64f1276d8a0e33d18484f62a
Merge branch 'nd/graph-width-padded'

"log --graph --format=" learned that "%>|(N)" specifies the width
relative to the terminal's left edge, not relative to the area to
draw text that is to the right of the ancestry-graph section.  It
also now accepts negative N that means the column limit is relative
to the right border.

* nd/graph-width-padded:
  pretty.c: support <direction>|(<negative number>) forms
  pretty: pass graph width to pretty formatting for use in '%>|(N)'
commit.h
log-tree.c
pretty.c