Merge branch 'mh/path-max'
commit061614b309453e98cba5dcc8f922d7bef791451d
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:21 +0000 (10 10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:21 +0000 (10 10:32 -0800)
tree5a019f4d474218b0174c16f0bd322e4073f870d1
parent273c54f82ca6bfd1f05be3bf8961c55ba60f16e5
parent4454e9cb5994467fb1a6b60b3b2637fd4ff76ac0
Merge branch 'mh/path-max'

A few places where we relied on a fixed length buffer to hold
pathnames in these two programs have been converted to use strbuf.

* mh/path-max:
  builtin/prune.c: use strbuf to avoid having to worry about PATH_MAX
  prune-packed: use strbuf to avoid having to worry about PATH_MAX
builtin/prune.c