Merge branch 'jk/show-branch-strbuf'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 19:40:49 +0000 (12:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 19:40:49 +0000 (12:40 -0700)
"git show-branch" was not prepared to show a very long run of
ancestor operators e.g. foobar^2~2^2^2^2...^2~4 correctly.

* jk/show-branch-strbuf:
show-branch: use strbuf instead of static buffer

Trivial merge