Merge branch 'nd/graph-width-padded' into maint
commit5f30bb4a8144a2132568021a18972a89c1dfd3ca
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:09 +0000 (11 10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:09 +0000 (11 10:44 -0700)
tree04a2787bdea3c13f4abc343ae6afbcaec3c4c7df
parent52debb683198c50354c46a7745d45252b0989c7e
parent066790d7cb0fa22e64f1276d8a0e33d18484f62a
Merge branch 'nd/graph-width-padded' into maint

"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)'
pretty.c