ls-tree: convert show_recursive to use the pathspec struct interface
commite1e24edc1a86ef1f7639b3bbebc82c045d3c27b6
authorBrandon Williams <bmwill@google.com>
Wed, 4 Jan 2017 18:03:59 +0000 (4 10:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 02:04:17 +0000 (8 18:04 -0800)
treead1348538bf307e8b049a63eeadb987f2de0e561
parent966de3028b190993329d2ed3af4d3d50059f6483
ls-tree: convert show_recursive to use the pathspec struct interface

Convert 'show_recursive()' to use the pathspec struct interface from
using the '_raw' entry in the pathspec struct.

Signed-off-by: Brandon Williams <bmwill@google.com>
Reviewed-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-tree.c