]> git.ipfire.org Git - thirdparty/git.git/commit - unpack-trees.c
cache.h: remove this no-longer-used header
authorElijah Newren <newren@gmail.com>
Tue, 16 May 2023 06:33:57 +0000 (06:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 20:39:53 +0000 (13:39 -0700)
commitbc5c5ec0446895f5c4139cd470066beb3c4ac6d5
tree3634954efc29ed76b389c90b0b357c0c96ed425e
parent08c46a499aec5b6459fb1d55ff90403c7dc2ee5a
cache.h: remove this no-longer-used header

Since this header showed up in some places besides just #include
statements, update/clean-up/remove those other places as well.

Note that compat/fsmonitor/fsm-path-utils-darwin.c previously got
away with violating the rule that all files must start with an include
of git-compat-util.h (or a short-list of alternate headers that happen
to include it first).  This change exposed the violation and caused it
to stop building correctly; fix it by having it include
git-compat-util.h first, as per policy.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
150 files changed:
Documentation/CodingGuidelines
Documentation/MyFirstObjectWalk.txt
Documentation/user-manual.txt
Makefile
add-interactive.c
add-patch.c
apply.c
attr.c
blame.c
builtin.h
builtin/add.c
builtin/am.c
builtin/apply.c
builtin/archive.c
builtin/bisect.c
builtin/branch.c
builtin/bundle.c
builtin/cat-file.c
builtin/check-attr.c
builtin/check-ignore.c
builtin/check-ref-format.c
builtin/clean.c
builtin/column.c
builtin/commit-tree.c
builtin/commit.c
builtin/count-objects.c
builtin/describe.c
builtin/diff-files.c
builtin/diff-index.c
builtin/diff-tree.c
builtin/diff.c
builtin/difftool.c
builtin/fast-export.c
builtin/fast-import.c
builtin/fetch.c
builtin/for-each-ref.c
builtin/for-each-repo.c
builtin/fsck.c
builtin/get-tar-commit-id.c
builtin/grep.c
builtin/help.c
builtin/hook.c
builtin/init-db.c
builtin/interpret-trailers.c
builtin/ls-files.c
builtin/ls-remote.c
builtin/ls-tree.c
builtin/mailinfo.c
builtin/mailsplit.c
builtin/merge-base.c
builtin/merge-file.c
builtin/merge-recursive.c
builtin/merge.c
builtin/multi-pack-index.c
builtin/notes.c
builtin/patch-id.c
builtin/prune.c
builtin/pull.c
builtin/push.c
builtin/range-diff.c
builtin/read-tree.c
builtin/replace.c
builtin/rerere.c
builtin/rev-list.c
builtin/rev-parse.c
builtin/shortlog.c
builtin/show-branch.c
builtin/show-index.c
builtin/show-ref.c
builtin/sparse-checkout.c
builtin/stripspace.c
builtin/submodule--helper.c
builtin/symbolic-ref.c
builtin/tag.c
builtin/unpack-objects.c
builtin/update-index.c
builtin/update-ref.c
builtin/update-server-info.c
builtin/upload-archive.c
builtin/upload-pack.c
builtin/verify-commit.c
builtin/verify-pack.c
builtin/verify-tag.c
builtin/worktree.c
builtin/write-tree.c
cache-tree.c
cache.h [deleted file]
compat/fsmonitor/fsm-health-win32.c
compat/fsmonitor/fsm-listen-win32.c
compat/fsmonitor/fsm-path-utils-darwin.c
compat/fsmonitor/fsm-path-utils-win32.c
compat/fsmonitor/fsm-settings-win32.c
compat/mingw.c
compat/precompose_utf8.c
compat/sha1-chunked.c
compat/simple-ipc/ipc-win32.c
compat/win32/trace2_win32_process_info.c
contrib/buildsystems/CMakeLists.txt
convert.c
diff-lib.c
diff.c
entry.c
environment.c
fsmonitor-ipc.c
fsmonitor.c
fsmonitor.h
hash-lookup.c
merge-ort-wrappers.c
merge-ort.c
merge-recursive.c
merge.c
name-hash.c
object-name.c
object.c
parallel-checkout.c
pathspec.c
preload-index.c
read-cache.c
refs/files-backend.c
refs/packed-backend.c
repository.c
rerere.c
resolve-undo.c
revision.c
run-command.h
sequencer.c
shallow.c
sparse-index.c
split-index.c
strbuf.h
submodule.c
t/helper/test-cache-tree.c
t/helper/test-dump-cache-tree.c
t/helper/test-dump-fsmonitor.c
t/helper/test-dump-split-index.c
t/helper/test-dump-untracked-cache.c
t/helper/test-fast-rebase.c
t/helper/test-fsmonitor-client.c
t/helper/test-hash-speed.c
t/helper/test-index-version.c
t/helper/test-lazy-init-name-hash.c
t/helper/test-path-utils.c
t/helper/test-read-cache.c
t/helper/test-scrap-cache-tree.c
t/helper/test-sha1.c
t/helper/test-sha256.c
t/helper/test-strcmp-offset.c
t/helper/test-write-cache.c
unpack-trees.c
wt-status.c