dir: convert fill_directory to use the pathspec struct interface
commit966de3028b190993329d2ed3af4d3d50059f6483
authorBrandon Williams <bmwill@google.com>
Wed, 4 Jan 2017 18:03:58 +0000 (4 10:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 02:04:17 +0000 (8 18:04 -0800)
tree77b500703624f44160ca2a0f131d0db55dcc1af7
parente1b8c7bdc0ceba64e4d9fa91b951af3d1de18870
dir: convert fill_directory to use the pathspec struct interface

Convert 'fill_directory()' 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>
dir.c