dir.h: refactor to no longer need to include cache.h
commitac48adf488794417b1060b5ed2377a9fd4c33c17
authorElijah Newren <newren@gmail.com>
Fri, 24 Feb 2023 00:09:31 +0000 (24 00:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2023 01:25:29 +0000 (23 17:25 -0800)
tree58d3b2d06a41d521ad5b50cfc872aa703a8e2d94
parenta64215b6cd5e67939187475c5b248dc5d13e3d60
dir.h: refactor to no longer need to include cache.h

Moving a few functions around allows us to make dir.h no longer need to
include cache.h.  This commit is best viewed with:
    git log -1 -p --color-moved

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
dir.h
pathspec.h
statinfo.h [new file with mode: 0644]
trace2/tr2_sysenv.c