Merge branch 'nd/ls-tree-pathspec'
commit570077231f12e995bb9e8ebe3d6a295047bb993e
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:12 +0000 (22 12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:12 +0000 (22 12:27 -0800)
tree3a65c9316406bdff1d3af9efa675505490242263
parent77a801d23788991a752a19a45a7474fa8b707082
parentf1f6224c72255e17230e7347d64a2be292a9f299
Merge branch 'nd/ls-tree-pathspec'

"git ls-tree" does not support path selection based on negative
pathspecs, but did not error out when negative pathspecs are given.

* nd/ls-tree-pathspec:
  t3102: style modernization
  t3102: document that ls-tree does not yet support negated pathspec
  ls-tree: disable negative pathspec because it's not supported
  ls-tree: remove path filtering logic in show_tree
  tree.c: update read_tree_recursive callback to pass strbuf as base
builtin/checkout.c